Html Css Color HEX #EED10B Gold

📋 copy color: '#EED10B'

red 238 ◦ green 209 ◦ blue 11

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

Shades of Gold #EED10B

Tints of Gold #EED10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.63%

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

R = 51.97%
G = 45.63%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED10B (or 0xEED10B) is known color: Gold. HEX triplet: EE, D1 and 0B. RGB value is (238,209,11). Sum of RGB (Red+Green+Blue) = 238+209+11=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED10B is #112EF4. Grayscale: #C3C3C3. Windows color (decimal): -1126133 or 774638. OLE color: 774638.

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

Color convert

RGB 238 209 11 -
CMYK 0 0.12 0.95 0.07
HSL 52.33º 0.91% 0.49% -
HSV(B) 52.33º 0.95% 0.93% -
XYZ 58.12 63.8 9.57 -
YUV 195.1 24.11 158.6 -
System Red Green Blue C M Y K H S L
Decimal 238 209 11 0 0.12 0.95 0.07 52.33 0.91 0.49
Hex EE D1 B 0 C 5F 7 34 5B 31
Octal 356 321 13 0 14 137 7 64 133 61
Binary 11101110 11010001 1011 0 1100 1011111 111 110100 1011011 110001

Color Harmonies of #EED10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED10B

Black with #EED10B

Text Example


Text Example

White with #EED10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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