Html Css Color HEX #EAB70B Golden Poppy

📋 copy color: '#EAB70B'

red 234 ◦ green 183 ◦ blue 11

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

Shades of Golden Poppy #EAB70B

Tints of Golden Poppy #EAB70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 54.67%
G = 42.76%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB70B (or 0xEAB70B) is known color: Golden Poppy. HEX triplet: EA, B7 and 0B. RGB value is (234,183,11). Sum of RGB (Red+Green+Blue) = 234+183+11=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB70B is #1548F4. Grayscale: #B3B3B3. Windows color (decimal): -1394933 or 767978. OLE color: 767978.

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

Color convert

RGB 234 183 11 -
CMYK 0 0.22 0.95 0.08
HSL 46.28º 0.91% 0.48% -
HSV(B) 46.28º 0.95% 0.92% -
XYZ 50.93 51.38 7.55 -
YUV 178.64 33.4 167.49 -
System Red Green Blue C M Y K H S L
Decimal 234 183 11 0 0.22 0.95 0.08 46.28 0.91 0.48
Hex EA B7 B 0 16 5F 8 2E 5B 30
Octal 352 267 13 0 26 137 10 56 133 60
Binary 11101010 10110111 1011 0 10110 1011111 1000 101110 1011011 110000

Color Harmonies of #EAB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB70B

Black with #EAB70B

Text Example


Text Example

White with #EAB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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