Html Css Color HEX #EAC302 Golden Poppy

📋 copy color: '#EAC302'

red 234 ◦ green 195 ◦ blue 2

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

Shades of Golden Poppy #EAC302

Tints of Golden Poppy #EAC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.24%

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

R = 54.29%
G = 45.24%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAC302 (or 0xEAC302) is known color: Golden Poppy. HEX triplet: EA, C3 and 02. RGB value is (234,195,2). Sum of RGB (Red+Green+Blue) = 234+195+2=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC302 is #153CFD. Grayscale: #B9B9B9. Windows color (decimal): -1391870 or 181226. OLE color: 181226.

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

Color convert

RGB 234 195 2 -
CMYK 0 0.17 0.99 0.08
HSL 49.91º 0.98% 0.46% -
HSV(B) 49.91º 0.99% 0.92% -
XYZ 53.46 56.53 8.15 -
YUV 184.66 24.92 163.19 -
System Red Green Blue C M Y K H S L
Decimal 234 195 2 0 0.17 0.99 0.08 49.91 0.98 0.46
Hex EA C3 2 0 11 63 8 32 62 2E
Octal 352 303 2 0 21 143 10 62 142 56
Binary 11101010 11000011 10 0 10001 1100011 1000 110010 1100010 101110

Color Harmonies of #EAC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC302

Black with #EAC302

Text Example


Text Example

White with #EAC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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