Html Css Color HEX #E5CA02 Golden Poppy

📋 copy color: '#E5CA02'

red 229 ◦ green 202 ◦ blue 2

#E5CA02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #E5CA02

Tints of Golden Poppy #E5CA02

RGB

 RED value IS 229 (89.84% from 255) = 52.89%

 GREEN value IS 202 (79.3% from 255) = 46.65%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 52.89%
G = 46.65%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5CA02 (or 0xE5CA02) is known color: Golden Poppy. HEX triplet: E5, CA and 02. RGB value is (229,202,2). Sum of RGB (Red+Green+Blue) = 229+202+2=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CA02 is #1A35FD. Grayscale: #BCBCBC. Windows color (decimal): -1717758 or 183013. OLE color: 183013.

HSL color Cylindrical-coordinate representation of color #E5CA02: hue angle of 52.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5CA02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 202 2 -
CMYK 0 0.12 0.99 0.10
HSL 52.86º 0.98% 0.45% -
HSV(B) 52.86º 0.99% 0.9% -
XYZ 53.44 58.9 8.61 -
YUV 187.27 23.45 157.76 -
System Red Green Blue C M Y K H S L
Decimal 229 202 2 0 0.12 0.99 0.10 52.86 0.98 0.45
Hex E5 CA 2 0 C 63 A 35 62 2D
Octal 345 312 2 0 14 143 12 65 142 55
Binary 11100101 11001010 10 0 1100 1100011 1010 110101 1100010 101101

Color Harmonies of #E5CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA02

Black with #E5CA02

Text Example


Text Example

White with #E5CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA02; }

 p { color: rgb(229,202,2); }

 H1.HeaderClassName
 {
   color: #E5CA02;
 }
 .AnyTagClassName
 {
   color: #E5CA02;
 }
</style>

background-color css

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

 a { background-color: rgb(229,202,2); }

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

border-color css

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

 span { border-color: rgb(229,202,2); }

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