Html Css Color HEX #EAC40B Golden Poppy

📋 copy color: '#EAC40B'

red 234 ◦ green 196 ◦ blue 11

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

Shades of Golden Poppy #EAC40B

Tints of Golden Poppy #EAC40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.44%

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

R = 53.06%
G = 44.44%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC40B (or 0xEAC40B) is known color: Golden Poppy. HEX triplet: EA, C4 and 0B. RGB value is (234,196,11). Sum of RGB (Red+Green+Blue) = 234+196+11=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC40B is #153BF4. Grayscale: #BBBBBB. Windows color (decimal): -1391605 or 771306. OLE color: 771306.

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

Color convert

RGB 234 196 11 -
CMYK 0 0.16 0.95 0.08
HSL 49.78º 0.91% 0.48% -
HSV(B) 49.78º 0.95% 0.92% -
XYZ 53.73 57 8.49 -
YUV 186.27 29.09 162.04 -
System Red Green Blue C M Y K H S L
Decimal 234 196 11 0 0.16 0.95 0.08 49.78 0.91 0.48
Hex EA C4 B 0 10 5F 8 32 5B 30
Octal 352 304 13 0 20 137 10 62 133 60
Binary 11101010 11000100 1011 0 10000 1011111 1000 110010 1011011 110000

Color Harmonies of #EAC40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC40B

Black with #EAC40B

Text Example


Text Example

White with #EAC40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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