Html Css Color HEX #EDCC32 Golden Dream

📋 copy color: '#EDCC32'

red 237 ◦ green 204 ◦ blue 50

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

Shades of Golden Dream #EDCC32

Tints of Golden Dream #EDCC32

RGB

 RED value IS 237 (92.97% from 255) = 48.27%

 GREEN value IS 204 (80.08% from 255) = 41.55%

 BLUE value IS 50 (19.92% from 255) = 10.18%

R = 48.27%
G = 41.55%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDCC32 (or 0xEDCC32) is known color: Golden Dream. HEX triplet: ED, CC and 32. RGB value is (237,204,50). Sum of RGB (Red+Green+Blue) = 237+204+50=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC32 is #1233CD. Grayscale: #C4C4C4. Windows color (decimal): -1192910 or 3329261. OLE color: 3329261.

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

Color convert

RGB 237 204 50 -
CMYK 0 0.14 0.79 0.07
HSL 49.41º 0.84% 0.56% -
HSV(B) 49.41º 0.79% 0.93% -
XYZ 57.09 61.42 11.86 -
YUV 196.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 237 204 50 0 0.14 0.79 0.07 49.41 0.84 0.56
Hex ED CC 32 0 E 4F 7 31 54 38
Octal 355 314 62 0 16 117 7 61 124 70
Binary 11101101 11001100 110010 0 1110 1001111 111 110001 1010100 111000

Color Harmonies of #EDCC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC32

Black with #EDCC32

Text Example


Text Example

White with #EDCC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC32; }

 p { color: rgb(237,204,50); }

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

background-color css

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

 a { background-color: rgb(237,204,50); }

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

border-color css

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

 span { border-color: rgb(237,204,50); }

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