Html Css Color HEX #EAC106 Golden Poppy

📋 copy color: '#EAC106'

red 234 ◦ green 193 ◦ blue 6

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

Shades of Golden Poppy #EAC106

Tints of Golden Poppy #EAC106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 54.04%
G = 44.57%
B = 1.39%

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

#EAC106 (or 0xEAC106) is known color: Golden Poppy. HEX triplet: EA, C1 and 06. RGB value is (234,193,6). Sum of RGB (Red+Green+Blue) = 234+193+6=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC106 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC106 is #153EF9. Grayscale: #B8B8B8. Windows color (decimal): -1392378 or 442858. OLE color: 442858.

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

Color convert

RGB 234 193 6 -
CMYK 0 0.18 0.97 0.08
HSL 49.21º 0.95% 0.47% -
HSV(B) 49.21º 0.97% 0.92% -
XYZ 53.03 55.65 8.12 -
YUV 183.94 27.58 163.71 -
System Red Green Blue C M Y K H S L
Decimal 234 193 6 0 0.18 0.97 0.08 49.21 0.95 0.47
Hex EA C1 6 0 12 61 8 31 5F 2F
Octal 352 301 6 0 22 141 10 61 137 57
Binary 11101010 11000001 110 0 10010 1100001 1000 110001 1011111 101111

Color Harmonies of #EAC106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC106

Black with #EAC106

Text Example


Text Example

White with #EAC106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC106; }

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

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

background-color css

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

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

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

border-color css

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

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

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