Html Css Color HEX #EED40B Gold

📋 copy color: '#EED40B'

red 238 ◦ green 212 ◦ blue 11

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

Shades of Gold #EED40B

Tints of Gold #EED40B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.99%

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

R = 51.63%
G = 45.99%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED40B (or 0xEED40B) is known color: Gold. HEX triplet: EE, D4 and 0B. RGB value is (238,212,11). Sum of RGB (Red+Green+Blue) = 238+212+11=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED40B is #112BF4. Grayscale: #C5C5C5. Windows color (decimal): -1125365 or 775406. OLE color: 775406.

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

Color convert

RGB 238 212 11 -
CMYK 0 0.11 0.95 0.07
HSL 53.13º 0.91% 0.49% -
HSV(B) 53.13º 0.95% 0.93% -
XYZ 58.86 65.29 9.82 -
YUV 196.86 23.11 157.34 -
System Red Green Blue C M Y K H S L
Decimal 238 212 11 0 0.11 0.95 0.07 53.13 0.91 0.49
Hex EE D4 B 0 B 5F 7 35 5B 31
Octal 356 324 13 0 13 137 7 65 133 61
Binary 11101110 11010100 1011 0 1011 1011111 111 110101 1011011 110001

Color Harmonies of #EED40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED40B

Black with #EED40B

Text Example


Text Example

White with #EED40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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