Html Css Color HEX #EAC805 Golden Poppy

📋 copy color: '#EAC805'

red 234 ◦ green 200 ◦ blue 5

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

Shades of Golden Poppy #EAC805

Tints of Golden Poppy #EAC805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 53.3%
G = 45.56%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAC805 (or 0xEAC805) is known color: Golden Poppy. HEX triplet: EA, C8 and 05. RGB value is (234,200,5). Sum of RGB (Red+Green+Blue) = 234+200+5=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC805 is #1537FA. Grayscale: #BCBCBC. Windows color (decimal): -1390587 or 379114. OLE color: 379114.

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

Color convert

RGB 234 200 5 -
CMYK 0 0.15 0.98 0.08
HSL 51.09º 0.96% 0.47% -
HSV(B) 51.09º 0.98% 0.92% -
XYZ 54.61 58.81 8.62 -
YUV 187.94 24.76 160.86 -
System Red Green Blue C M Y K H S L
Decimal 234 200 5 0 0.15 0.98 0.08 51.09 0.96 0.47
Hex EA C8 5 0 F 62 8 33 60 2F
Octal 352 310 5 0 17 142 10 63 140 57
Binary 11101010 11001000 101 0 1111 1100010 1000 110011 1100000 101111

Color Harmonies of #EAC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC805

Black with #EAC805

Text Example


Text Example

White with #EAC805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC805; }

 p { color: rgb(234,200,5); }

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

background-color css

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

 a { background-color: rgb(234,200,5); }

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

border-color css

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

 span { border-color: rgb(234,200,5); }

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