Html Css Color HEX #EEB90C Golden Poppy

📋 copy color: '#EEB90C'

red 238 ◦ green 185 ◦ blue 12

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

Shades of Golden Poppy #EEB90C

Tints of Golden Poppy #EEB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

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

R = 54.71%
G = 42.53%
B = 2.76%

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

#EEB90C (or 0xEEB90C) is known color: Golden Poppy. HEX triplet: EE, B9 and 0C. RGB value is (238,185,12). Sum of RGB (Red+Green+Blue) = 238+185+12=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB90C is #1146F3. Grayscale: #B5B5B5. Windows color (decimal): -1132276 or 834030. OLE color: 834030.

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

Color convert

RGB 238 185 12 -
CMYK 0 0.22 0.95 0.07
HSL 45.93º 0.9% 0.49% -
HSV(B) 45.93º 0.95% 0.93% -
XYZ 52.68 52.9 7.78 -
YUV 181.13 32.56 168.57 -
System Red Green Blue C M Y K H S L
Decimal 238 185 12 0 0.22 0.95 0.07 45.93 0.9 0.49
Hex EE B9 C 0 16 5F 7 2E 5A 31
Octal 356 271 14 0 26 137 7 56 132 61
Binary 11101110 10111001 1100 0 10110 1011111 111 101110 1011010 110001

Color Harmonies of #EEB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB90C

Black with #EEB90C

Text Example


Text Example

White with #EEB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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