Html Css Color HEX #E8CA02 Golden Poppy

📋 copy color: '#E8CA02'

red 232 ◦ green 202 ◦ blue 2

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

Shades of Golden Poppy #E8CA02

Tints of Golden Poppy #E8CA02

RGB

 RED value IS 232 (91.02% from 255) = 53.21%

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

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

R = 53.21%
G = 46.33%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E8CA02 (or 0xE8CA02) is known color: Golden Poppy. HEX triplet: E8, CA and 02. RGB value is (232,202,2). Sum of RGB (Red+Green+Blue) = 232+202+2=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CA02 is #1735FD. Grayscale: #BCBCBC. Windows color (decimal): -1521150 or 183016. OLE color: 183016.

HSL color Cylindrical-coordinate representation of color #E8CA02: hue angle of 52.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8CA02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 202 2 -
CMYK 0 0.13 0.99 0.09
HSL 52.17º 0.98% 0.46% -
HSV(B) 52.17º 0.99% 0.91% -
XYZ 54.41 59.4 8.66 -
YUV 188.17 22.94 159.26 -
System Red Green Blue C M Y K H S L
Decimal 232 202 2 0 0.13 0.99 0.09 52.17 0.98 0.46
Hex E8 CA 2 0 D 63 9 34 62 2E
Octal 350 312 2 0 15 143 11 64 142 56
Binary 11101000 11001010 10 0 1101 1100011 1001 110100 1100010 101110

Color Harmonies of #E8CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CA02

Black with #E8CA02

Text Example


Text Example

White with #E8CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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