Html Css Color HEX #E8C002 Golden Poppy

📋 copy color: '#E8C002'

red 232 ◦ green 192 ◦ blue 2

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

Shades of Golden Poppy #E8C002

Tints of Golden Poppy #E8C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

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

R = 54.46%
G = 45.07%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E8C002 (or 0xE8C002) is known color: Golden Poppy. HEX triplet: E8, C0 and 02. RGB value is (232,192,2). Sum of RGB (Red+Green+Blue) = 232+192+2=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C002 is #173FFD. Grayscale: #B7B7B7. Windows color (decimal): -1523710 or 180456. OLE color: 180456.

HSL color Cylindrical-coordinate representation of color #E8C002: hue angle of 49.57º 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 #E8C002 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 192 2 -
CMYK 0 0.17 0.99 0.09
HSL 49.57º 0.98% 0.46% -
HSV(B) 49.57º 0.99% 0.91% -
XYZ 52.14 54.86 7.9 -
YUV 182.3 26.25 163.45 -
System Red Green Blue C M Y K H S L
Decimal 232 192 2 0 0.17 0.99 0.09 49.57 0.98 0.46
Hex E8 C0 2 0 11 63 9 32 62 2E
Octal 350 300 2 0 21 143 11 62 142 56
Binary 11101000 11000000 10 0 10001 1100011 1001 110010 1100010 101110

Color Harmonies of #E8C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C002

Black with #E8C002

Text Example


Text Example

White with #E8C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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