Html Css Color HEX #EED405 Gold

📋 copy color: '#EED405'

red 238 ◦ green 212 ◦ blue 5

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

Shades of Gold #EED405

Tints of Gold #EED405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 52.31%
G = 46.59%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED405 (or 0xEED405) is known color: Gold. HEX triplet: EE, D4 and 05. RGB value is (238,212,5). Sum of RGB (Red+Green+Blue) = 238+212+5=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EED405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED405 is #112BFA. Grayscale: #C5C5C5. Windows color (decimal): -1125371 or 382190. OLE color: 382190.

HSL color Cylindrical-coordinate representation of color #EED405: hue angle of 53.3º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EED405 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 5 -
CMYK 0 0.11 0.98 0.07
HSL 53.3º 0.96% 0.48% -
HSV(B) 53.3º 0.98% 0.93% -
XYZ 58.83 65.28 9.64 -
YUV 196.18 20.11 157.83 -
System Red Green Blue C M Y K H S L
Decimal 238 212 5 0 0.11 0.98 0.07 53.3 0.96 0.48
Hex EE D4 5 0 B 62 7 35 60 30
Octal 356 324 5 0 13 142 7 65 140 60
Binary 11101110 11010100 101 0 1011 1100010 111 110101 1100000 110000

Color Harmonies of #EED405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED405

Black with #EED405

Text Example


Text Example

White with #EED405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED405; }

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

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

background-color css

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

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

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

border-color css

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

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

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