Html Css Color HEX #EEBA0C Golden Poppy

📋 copy color: '#EEBA0C'

red 238 ◦ green 186 ◦ blue 12

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

Shades of Golden Poppy #EEBA0C

Tints of Golden Poppy #EEBA0C

RGB

 RED value IS 238 (93.36% from 255) = 54.59%

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 54.59%
G = 42.66%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEBA0C (or 0xEEBA0C) is known color: Golden Poppy. HEX triplet: EE, BA and 0C. RGB value is (238,186,12). Sum of RGB (Red+Green+Blue) = 238+186+12=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA0C is #1145F3. Grayscale: #B6B6B6. Windows color (decimal): -1132020 or 834286. OLE color: 834286.

HSL color Cylindrical-coordinate representation of color #EEBA0C: hue angle of 46.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEBA0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 12 -
CMYK 0 0.22 0.95 0.07
HSL 46.19º 0.9% 0.49% -
HSV(B) 46.19º 0.95% 0.93% -
XYZ 52.89 53.32 7.85 -
YUV 181.71 32.23 168.15 -
System Red Green Blue C M Y K H S L
Decimal 238 186 12 0 0.22 0.95 0.07 46.19 0.9 0.49
Hex EE BA C 0 16 5F 7 2E 5A 31
Octal 356 272 14 0 26 137 7 56 132 61
Binary 11101110 10111010 1100 0 10110 1011111 111 101110 1011010 110001

Color Harmonies of #EEBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA0C

Black with #EEBA0C

Text Example


Text Example

White with #EEBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA0C; }

 p { color: rgb(238,186,12); }

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

background-color css

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

 a { background-color: rgb(238,186,12); }

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

border-color css

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

 span { border-color: rgb(238,186,12); }

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