Html Css Color HEX #EEC10D Golden Poppy

📋 copy color: '#EEC10D'

red 238 ◦ green 193 ◦ blue 13

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

Shades of Golden Poppy #EEC10D

Tints of Golden Poppy #EEC10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

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

R = 53.6%
G = 43.47%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEC10D (or 0xEEC10D) is known color: Golden Poppy. HEX triplet: EE, C1 and 0D. RGB value is (238,193,13). Sum of RGB (Red+Green+Blue) = 238+193+13=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC10D is #113EF2. Grayscale: #BABABA. Windows color (decimal): -1130227 or 901614. OLE color: 901614.

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

Color convert

RGB 238 193 13 -
CMYK 0 0.19 0.95 0.07
HSL 48º 0.9% 0.49% -
HSV(B) 48º 0.95% 0.93% -
XYZ 54.4 56.35 8.39 -
YUV 185.94 30.41 165.14 -
System Red Green Blue C M Y K H S L
Decimal 238 193 13 0 0.19 0.95 0.07 48 0.9 0.49
Hex EE C1 D 0 13 5F 7 30 5A 31
Octal 356 301 15 0 23 137 7 60 132 61
Binary 11101110 11000001 1101 0 10011 1011111 111 110000 1011010 110001

Color Harmonies of #EEC10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC10D

Black with #EEC10D

Text Example


Text Example

White with #EEC10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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