Html Css Color HEX #EAC002 Golden Poppy

📋 copy color: '#EAC002'

red 234 ◦ green 192 ◦ blue 2

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

Shades of Golden Poppy #EAC002

Tints of Golden Poppy #EAC002

RGB

 RED value IS 234 (91.8% from 255) = 54.67%

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

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

R = 54.67%
G = 44.86%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAC002 (or 0xEAC002) is known color: Golden Poppy. HEX triplet: EA, C0 and 02. RGB value is (234,192,2). Sum of RGB (Red+Green+Blue) = 234+192+2=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC002 is #153FFD. Grayscale: #B7B7B7. Windows color (decimal): -1392638 or 180458. OLE color: 180458.

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

Color convert

RGB 234 192 2 -
CMYK 0 0.18 0.99 0.08
HSL 49.14º 0.98% 0.46% -
HSV(B) 49.14º 0.99% 0.92% -
XYZ 52.79 55.2 7.93 -
YUV 182.9 25.91 164.45 -
System Red Green Blue C M Y K H S L
Decimal 234 192 2 0 0.18 0.99 0.08 49.14 0.98 0.46
Hex EA C0 2 0 12 63 8 31 62 2E
Octal 352 300 2 0 22 143 10 61 142 56
Binary 11101010 11000000 10 0 10010 1100011 1000 110001 1100010 101110

Color Harmonies of #EAC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC002

Black with #EAC002

Text Example


Text Example

White with #EAC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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