Html Css Color HEX #EED50B Gold

📋 copy color: '#EED50B'

red 238 ◦ green 213 ◦ blue 11

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

Shades of Gold #EED50B

Tints of Gold #EED50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.1%

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

R = 51.52%
G = 46.1%
B = 2.38%

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

#EED50B (or 0xEED50B) is known color: Gold. HEX triplet: EE, D5 and 0B. RGB value is (238,213,11). Sum of RGB (Red+Green+Blue) = 238+213+11=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EED50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED50B is #112AF4. Grayscale: #C6C6C6. Windows color (decimal): -1125109 or 775662. OLE color: 775662.

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

Color convert

RGB 238 213 11 -
CMYK 0 0.11 0.95 0.07
HSL 53.39º 0.91% 0.49% -
HSV(B) 53.39º 0.95% 0.93% -
XYZ 59.11 65.79 9.9 -
YUV 197.45 22.78 156.93 -
System Red Green Blue C M Y K H S L
Decimal 238 213 11 0 0.11 0.95 0.07 53.39 0.91 0.49
Hex EE D5 B 0 B 5F 7 35 5B 31
Octal 356 325 13 0 13 137 7 65 133 61
Binary 11101110 11010101 1011 0 1011 1011111 111 110101 1011011 110001

Color Harmonies of #EED50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED50B

Black with #EED50B

Text Example


Text Example

White with #EED50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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