Html Css Color HEX #EED32C Golden Dream

📋 copy color: '#EED32C'

red 238 ◦ green 211 ◦ blue 44

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

Shades of Golden Dream #EED32C

Tints of Golden Dream #EED32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.92%

R = 48.28%
G = 42.8%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EED32C (or 0xEED32C) is known color: Golden Dream. HEX triplet: EE, D3 and 2C. RGB value is (238,211,44). Sum of RGB (Red+Green+Blue) = 238+211+44=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED32C is #112CD3. Grayscale: #C8C8C8. Windows color (decimal): -1125588 or 2937838. OLE color: 2937838.

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

Color convert

RGB 238 211 44 -
CMYK 0 0.11 0.82 0.07
HSL 51.65º 0.85% 0.55% -
HSV(B) 51.65º 0.82% 0.93% -
XYZ 59.01 64.95 11.81 -
YUV 200.04 39.95 155.08 -
System Red Green Blue C M Y K H S L
Decimal 238 211 44 0 0.11 0.82 0.07 51.65 0.85 0.55
Hex EE D3 2C 0 B 52 7 34 55 37
Octal 356 323 54 0 13 122 7 64 125 67
Binary 11101110 11010011 101100 0 1011 1010010 111 110100 1010101 110111

Color Harmonies of #EED32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED32C

Black with #EED32C

Text Example


Text Example

White with #EED32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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