Html Css Color HEX #EAC20B Golden Poppy

📋 copy color: '#EAC20B'

red 234 ◦ green 194 ◦ blue 11

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

Shades of Golden Poppy #EAC20B

Tints of Golden Poppy #EAC20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.19%

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

R = 53.3%
G = 44.19%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC20B (or 0xEAC20B) is known color: Golden Poppy. HEX triplet: EA, C2 and 0B. RGB value is (234,194,11). Sum of RGB (Red+Green+Blue) = 234+194+11=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC20B is #153DF4. Grayscale: #B9B9B9. Windows color (decimal): -1392117 or 770794. OLE color: 770794.

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

Color convert

RGB 234 194 11 -
CMYK 0 0.17 0.95 0.08
HSL 49.24º 0.91% 0.48% -
HSV(B) 49.24º 0.95% 0.92% -
XYZ 53.28 56.1 8.34 -
YUV 185.1 29.75 162.88 -
System Red Green Blue C M Y K H S L
Decimal 234 194 11 0 0.17 0.95 0.08 49.24 0.91 0.48
Hex EA C2 B 0 11 5F 8 31 5B 30
Octal 352 302 13 0 21 137 10 61 133 60
Binary 11101010 11000010 1011 0 10001 1011111 1000 110001 1011011 110000

Color Harmonies of #EAC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC20B

Black with #EAC20B

Text Example


Text Example

White with #EAC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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