Html Css Color HEX #EAC307 Golden Poppy

📋 copy color: '#EAC307'

red 234 ◦ green 195 ◦ blue 7

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

Shades of Golden Poppy #EAC307

Tints of Golden Poppy #EAC307

RGB

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

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

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

R = 53.67%
G = 44.72%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC307 (or 0xEAC307) is known color: Golden Poppy. HEX triplet: EA, C3 and 07. RGB value is (234,195,7). Sum of RGB (Red+Green+Blue) = 234+195+7=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC307 is #153CF8. Grayscale: #BABABA. Windows color (decimal): -1391865 or 508906. OLE color: 508906.

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

Color convert

RGB 234 195 7 -
CMYK 0 0.17 0.97 0.08
HSL 49.69º 0.94% 0.47% -
HSV(B) 49.69º 0.97% 0.92% -
XYZ 53.49 56.54 8.29 -
YUV 185.23 27.42 162.79 -
System Red Green Blue C M Y K H S L
Decimal 234 195 7 0 0.17 0.97 0.08 49.69 0.94 0.47
Hex EA C3 7 0 11 61 8 32 5E 2F
Octal 352 303 7 0 21 141 10 62 136 57
Binary 11101010 11000011 111 0 10001 1100001 1000 110010 1011110 101111

Color Harmonies of #EAC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC307

Black with #EAC307

Text Example


Text Example

White with #EAC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC307; }

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

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

background-color css

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

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

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

border-color css

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

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

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