Html Css Color HEX #EED335 Golden Dream

📋 copy color: '#EED335'

red 238 ◦ green 211 ◦ blue 53

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

Shades of Golden Dream #EED335

Tints of Golden Dream #EED335

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

 BLUE value IS 53 (21.09% from 255) = 10.56%

R = 47.41%
G = 42.03%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EED335 (or 0xEED335) is known color: Golden Dream. HEX triplet: EE, D3 and 35. RGB value is (238,211,53). Sum of RGB (Red+Green+Blue) = 238+211+53=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED335 is #112CCA. Grayscale: #C9C9C9. Windows color (decimal): -1125579 or 3527662. OLE color: 3527662.

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

Color convert

RGB 238 211 53 -
CMYK 0 0.11 0.78 0.07
HSL 51.24º 0.84% 0.57% -
HSV(B) 51.24º 0.78% 0.93% -
XYZ 59.2 65.02 12.8 -
YUV 201.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 238 211 53 0 0.11 0.78 0.07 51.24 0.84 0.57
Hex EE D3 35 0 B 4E 7 33 54 39
Octal 356 323 65 0 13 116 7 63 124 71
Binary 11101110 11010011 110101 0 1011 1001110 111 110011 1010100 111001

Color Harmonies of #EED335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED335

Black with #EED335

Text Example


Text Example

White with #EED335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED335; }

 p { color: rgb(238,211,53); }

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

background-color css

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

 a { background-color: rgb(238,211,53); }

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

border-color css

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

 span { border-color: rgb(238,211,53); }

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