Html Css Color HEX #EAC107 Golden Poppy

📋 copy color: '#EAC107'

red 234 ◦ green 193 ◦ blue 7

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

Shades of Golden Poppy #EAC107

Tints of Golden Poppy #EAC107

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

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

R = 53.92%
G = 44.47%
B = 1.61%

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

#EAC107 (or 0xEAC107) is known color: Golden Poppy. HEX triplet: EA, C1 and 07. RGB value is (234,193,7). Sum of RGB (Red+Green+Blue) = 234+193+7=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC107 is #153EF8. Grayscale: #B8B8B8. Windows color (decimal): -1392377 or 508394. OLE color: 508394.

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

Color convert

RGB 234 193 7 -
CMYK 0 0.18 0.97 0.08
HSL 49.16º 0.94% 0.47% -
HSV(B) 49.16º 0.97% 0.92% -
XYZ 53.04 55.65 8.15 -
YUV 184.06 28.08 163.62 -
System Red Green Blue C M Y K H S L
Decimal 234 193 7 0 0.18 0.97 0.08 49.16 0.94 0.47
Hex EA C1 7 0 12 61 8 31 5E 2F
Octal 352 301 7 0 22 141 10 61 136 57
Binary 11101010 11000001 111 0 10010 1100001 1000 110001 1011110 101111

Color Harmonies of #EAC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC107

Black with #EAC107

Text Example


Text Example

White with #EAC107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC107; }

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

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

background-color css

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

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

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

border-color css

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

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

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