Html Css Color HEX #EEBE0D Golden Poppy

📋 copy color: '#EEBE0D'

red 238 ◦ green 190 ◦ blue 13

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

Shades of Golden Poppy #EEBE0D

Tints of Golden Poppy #EEBE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

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

R = 53.97%
G = 43.08%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEBE0D (or 0xEEBE0D) is known color: Golden Poppy. HEX triplet: EE, BE and 0D. RGB value is (238,190,13). Sum of RGB (Red+Green+Blue) = 238+190+13=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBE0D is #1141F2. Grayscale: #B8B8B8. Windows color (decimal): -1130995 or 900846. OLE color: 900846.

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

Color convert

RGB 238 190 13 -
CMYK 0 0.20 0.95 0.07
HSL 47.2º 0.9% 0.49% -
HSV(B) 47.2º 0.95% 0.93% -
XYZ 53.75 55.03 8.17 -
YUV 184.17 31.4 166.39 -
System Red Green Blue C M Y K H S L
Decimal 238 190 13 0 0.20 0.95 0.07 47.2 0.9 0.49
Hex EE BE D 0 14 5F 7 2F 5A 31
Octal 356 276 15 0 24 137 7 57 132 61
Binary 11101110 10111110 1101 0 10100 1011111 111 101111 1011010 110001

Color Harmonies of #EEBE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBE0D

Black with #EEBE0D

Text Example


Text Example

White with #EEBE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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