Html Css Color HEX #EEBA0D Golden Poppy

📋 copy color: '#EEBA0D'

red 238 ◦ green 186 ◦ blue 13

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

Shades of Golden Poppy #EEBA0D

Tints of Golden Poppy #EEBA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 54.46%
G = 42.56%
B = 2.97%

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

#EEBA0D (or 0xEEBA0D) is known color: Golden Poppy. HEX triplet: EE, BA and 0D. RGB value is (238,186,13). Sum of RGB (Red+Green+Blue) = 238+186+13=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA0D is #1145F2. Grayscale: #B6B6B6. Windows color (decimal): -1132019 or 899822. OLE color: 899822.

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

Color convert

RGB 238 186 13 -
CMYK 0 0.22 0.95 0.07
HSL 46.13º 0.9% 0.49% -
HSV(B) 46.13º 0.95% 0.93% -
XYZ 52.89 53.32 7.89 -
YUV 181.83 32.73 168.07 -
System Red Green Blue C M Y K H S L
Decimal 238 186 13 0 0.22 0.95 0.07 46.13 0.9 0.49
Hex EE BA D 0 16 5F 7 2E 5A 31
Octal 356 272 15 0 26 137 7 56 132 61
Binary 11101110 10111010 1101 0 10110 1011111 111 101110 1011010 110001

Color Harmonies of #EEBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA0D

Black with #EEBA0D

Text Example


Text Example

White with #EEBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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