Html Css Color HEX #EED52D Golden Dream

📋 copy color: '#EED52D'

red 238 ◦ green 213 ◦ blue 45

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

Shades of Golden Dream #EED52D

Tints of Golden Dream #EED52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.07%

R = 47.98%
G = 42.94%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EED52D (or 0xEED52D) is known color: Golden Dream. HEX triplet: EE, D5 and 2D. RGB value is (238,213,45). Sum of RGB (Red+Green+Blue) = 238+213+45=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EED52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED52D is #112AD2. Grayscale: #CACACA. Windows color (decimal): -1125075 or 3003886. OLE color: 3003886.

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

Color convert

RGB 238 213 45 -
CMYK 0 0.11 0.81 0.07
HSL 52.23º 0.85% 0.55% -
HSV(B) 52.23º 0.81% 0.93% -
XYZ 59.53 65.96 12.08 -
YUV 201.32 39.78 154.16 -
System Red Green Blue C M Y K H S L
Decimal 238 213 45 0 0.11 0.81 0.07 52.23 0.85 0.55
Hex EE D5 2D 0 B 51 7 34 55 37
Octal 356 325 55 0 13 121 7 64 125 67
Binary 11101110 11010101 101101 0 1011 1010001 111 110100 1010101 110111

Color Harmonies of #EED52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED52D

Black with #EED52D

Text Example


Text Example

White with #EED52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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