Html Css Color HEX #EAC907 Golden Poppy

📋 copy color: '#EAC907'

red 234 ◦ green 201 ◦ blue 7

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

Shades of Golden Poppy #EAC907

Tints of Golden Poppy #EAC907

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 52.94%
G = 45.48%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC907 (or 0xEAC907) is known color: Golden Poppy. HEX triplet: EA, C9 and 07. RGB value is (234,201,7). Sum of RGB (Red+Green+Blue) = 234+201+7=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC907 is #1536F8. Grayscale: #BDBDBD. Windows color (decimal): -1390329 or 510442. OLE color: 510442.

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

Color convert

RGB 234 201 7 -
CMYK 0 0.14 0.97 0.08
HSL 51.28º 0.94% 0.47% -
HSV(B) 51.28º 0.97% 0.92% -
XYZ 54.86 59.28 8.75 -
YUV 188.75 25.43 160.27 -
System Red Green Blue C M Y K H S L
Decimal 234 201 7 0 0.14 0.97 0.08 51.28 0.94 0.47
Hex EA C9 7 0 E 61 8 33 5E 2F
Octal 352 311 7 0 16 141 10 63 136 57
Binary 11101010 11001001 111 0 1110 1100001 1000 110011 1011110 101111

Color Harmonies of #EAC907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC907

Black with #EAC907

Text Example


Text Example

White with #EAC907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC907; }

 p { color: rgb(234,201,7); }

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

background-color css

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

 a { background-color: rgb(234,201,7); }

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

border-color css

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

 span { border-color: rgb(234,201,7); }

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