Html Css Color HEX #E8C602 Golden Poppy

📋 copy color: '#E8C602'

red 232 ◦ green 198 ◦ blue 2

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

Shades of Golden Poppy #E8C602

Tints of Golden Poppy #E8C602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.83%

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

R = 53.7%
G = 45.83%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E8C602 (or 0xE8C602) is known color: Golden Poppy. HEX triplet: E8, C6 and 02. RGB value is (232,198,2). Sum of RGB (Red+Green+Blue) = 232+198+2=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C602 is #1739FD. Grayscale: #BABABA. Windows color (decimal): -1522174 or 181992. OLE color: 181992.

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

Color convert

RGB 232 198 2 -
CMYK 0 0.15 0.99 0.09
HSL 51.13º 0.98% 0.46% -
HSV(B) 51.13º 0.99% 0.91% -
XYZ 53.48 57.55 8.35 -
YUV 185.82 24.26 160.94 -
System Red Green Blue C M Y K H S L
Decimal 232 198 2 0 0.15 0.99 0.09 51.13 0.98 0.46
Hex E8 C6 2 0 F 63 9 33 62 2E
Octal 350 306 2 0 17 143 11 63 142 56
Binary 11101000 11000110 10 0 1111 1100011 1001 110011 1100010 101110

Color Harmonies of #E8C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C602

Black with #E8C602

Text Example


Text Example

White with #E8C602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C602; }

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

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

background-color css

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

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

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

border-color css

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

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

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