#EED256

Color #EED256 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EED256

Tints of Portica #EED256

Color information

#EED256 (or 0xEED256) is unknown color: approx Portica. HEX triplet: EE, D2 and 56. RGB value is (238,210,86). Sum of RGB (Red+Green+Blue) = 238+210+86=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EED256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED256 is #112DA9. Grayscale: #CCCCCC. Windows color (decimal): -1125802 or 5690094. OLE color: 5690094.

HSL color Cylindrical-coordinate representation of color #EED256: hue angle of 48.95º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EED256 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23821086-
CMYK00.120.640.07
HSL48.95º81.72%63.53%-
HSV(B)48.95º63.87%93.33%-
XYZ59.9964.9418.18-
YUV204.2461.28152.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 44.57%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 86 (33.98% from 255) = 16.10%
R=44.57%
G=39.33%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382108600.120.640.0748.9581.7263.53
HexEED2560C407315240
Octal356322126014100761122100
Binary1110111011010010101011001100100000011111000110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED256; }

 p { color: rgb(238,210,86); }

 H1.HeaderClassName
 {
   color: #EED256;
 }
 .AnyTagClassName
 {
   color: #EED256;
 }
</style>
background-color css

<style>
 a { background-color: #EED256; }

 a { background-color: rgb(238,210,86); }

 div.DivClassName
 {
   background-color: #EED256;
 }
 .BgClassName
 {
   background-color: #EED256;
 }
</style>
border-color css

<style>
 span { border-color: #EED256; }

 span { border-color: rgb(238,210,86); }

 td.TdClassName
 {
   border-color: #EED256;
 }
 .TagClassName
 {
   border-color: #EED256;
 }
</style>