#EED251

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

Shades of Portica #EED251

Tints of Portica #EED251

Color information

#EED251 (or 0xEED251) is unknown color: approx Portica. HEX triplet: EE, D2 and 51. RGB value is (238,210,81). Sum of RGB (Red+Green+Blue) = 238+210+81=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED251 is #112DAE. Grayscale: #CCCCCC. Windows color (decimal): -1125807 or 5362414. OLE color: 5362414.

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

Color convert

RGB23821081-
CMYK00.120.660.07
HSL49.3º82.2%62.55%-
HSV(B)49.3º65.97%93.33%-
XYZ59.7964.8617.15-
YUV203.6758.78152.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 81 (32.03% from 255) = 15.31%
R=44.99%
G=39.70%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382108100.120.660.0749.382.262.55
HexEED2510C42731523f
Octal35632212101410276112277
Binary111011101101001010100010110010000101111100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED251; }

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

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

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

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

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

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

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

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