Html Css Color HEX #EAC007 Golden Poppy

📋 copy color: '#EAC007'

red 234 ◦ green 192 ◦ blue 7

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

Shades of Golden Poppy #EAC007

Tints of Golden Poppy #EAC007

RGB

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

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

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

R = 54.04%
G = 44.34%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC007 (or 0xEAC007) is known color: Golden Poppy. HEX triplet: EA, C0 and 07. RGB value is (234,192,7). Sum of RGB (Red+Green+Blue) = 234+192+7=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC007 is #153FF8. Grayscale: #B8B8B8. Windows color (decimal): -1392633 or 508138. OLE color: 508138.

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

Color convert

RGB 234 192 7 -
CMYK 0 0.18 0.97 0.08
HSL 48.9º 0.94% 0.47% -
HSV(B) 48.9º 0.97% 0.92% -
XYZ 52.82 55.21 8.07 -
YUV 183.47 28.41 164.04 -
System Red Green Blue C M Y K H S L
Decimal 234 192 7 0 0.18 0.97 0.08 48.9 0.94 0.47
Hex EA C0 7 0 12 61 8 31 5E 2F
Octal 352 300 7 0 22 141 10 61 136 57
Binary 11101010 11000000 111 0 10010 1100001 1000 110001 1011110 101111

Color Harmonies of #EAC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC007

Black with #EAC007

Text Example


Text Example

White with #EAC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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