Html Css Color HEX #EAB705 Golden Poppy

📋 copy color: '#EAB705'

red 234 ◦ green 183 ◦ blue 5

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

Shades of Golden Poppy #EAB705

Tints of Golden Poppy #EAB705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 55.45%
G = 43.36%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAB705 (or 0xEAB705) is known color: Golden Poppy. HEX triplet: EA, B7 and 05. RGB value is (234,183,5). Sum of RGB (Red+Green+Blue) = 234+183+5=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB705 is #1548FA. Grayscale: #B2B2B2. Windows color (decimal): -1394939 or 374762. OLE color: 374762.

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

Color convert

RGB 234 183 5 -
CMYK 0 0.22 0.98 0.08
HSL 46.64º 0.96% 0.47% -
HSV(B) 46.64º 0.98% 0.92% -
XYZ 50.89 51.37 7.38 -
YUV 177.96 30.4 167.97 -
System Red Green Blue C M Y K H S L
Decimal 234 183 5 0 0.22 0.98 0.08 46.64 0.96 0.47
Hex EA B7 5 0 16 62 8 2F 60 2F
Octal 352 267 5 0 26 142 10 57 140 57
Binary 11101010 10110111 101 0 10110 1100010 1000 101111 1100000 101111

Color Harmonies of #EAB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB705

Black with #EAB705

Text Example


Text Example

White with #EAB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB705; }

 p { color: rgb(234,183,5); }

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

background-color css

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

 a { background-color: rgb(234,183,5); }

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

border-color css

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

 span { border-color: rgb(234,183,5); }

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