Html Css Color HEX #EECA0B Golden Poppy

📋 copy color: '#EECA0B'

red 238 ◦ green 202 ◦ blue 11

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

Shades of Golden Poppy #EECA0B

Tints of Golden Poppy #EECA0B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 52.77%
G = 44.79%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EECA0B (or 0xEECA0B) is known color: Golden Poppy. HEX triplet: EE, CA and 0B. RGB value is (238,202,11). Sum of RGB (Red+Green+Blue) = 238+202+11=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA0B is #1135F4. Grayscale: #BFBFBF. Windows color (decimal): -1127925 or 772846. OLE color: 772846.

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

Color convert

RGB 238 202 11 -
CMYK 0 0.15 0.95 0.07
HSL 50.48º 0.91% 0.49% -
HSV(B) 50.48º 0.95% 0.93% -
XYZ 56.44 60.44 9.01 -
YUV 190.99 26.43 161.53 -
System Red Green Blue C M Y K H S L
Decimal 238 202 11 0 0.15 0.95 0.07 50.48 0.91 0.49
Hex EE CA B 0 F 5F 7 32 5B 31
Octal 356 312 13 0 17 137 7 62 133 61
Binary 11101110 11001010 1011 0 1111 1011111 111 110010 1011011 110001

Color Harmonies of #EECA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA0B

Black with #EECA0B

Text Example


Text Example

White with #EECA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA0B; }

 p { color: rgb(238,202,11); }

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

background-color css

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

 a { background-color: rgb(238,202,11); }

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

border-color css

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

 span { border-color: rgb(238,202,11); }

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