#EAD251

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

Shades of Portica #EAD251

Tints of Portica #EAD251

Color information

#EAD251 (or 0xEAD251) is unknown color: approx Portica. HEX triplet: EA, D2 and 51. RGB value is (234,210,81). Sum of RGB (Red+Green+Blue) = 234+210+81=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD251 is #152DAE. Grayscale: #CBCBCB. Windows color (decimal): -1387951 or 5362410. OLE color: 5362410.

HSL color Cylindrical-coordinate representation of color #EAD251: hue angle of 50.59º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAD251 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23421081-
CMYK00.100.650.08
HSL50.59º78.46%61.76%-
HSV(B)50.59º65.38%91.76%-
XYZ58.4664.1817.09-
YUV202.4759.45150.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 15.43%
R=44.57%
G=40%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342108100.100.650.0850.5978.4661.76
HexEAD2510A418334e3e
Octal352322121012101106311676
Binary1110101011010010101000101010100000110001100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD251; }

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

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

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

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

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

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

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

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