Html Css Color HEX #EDCD32 Golden Dream

📋 copy color: '#EDCD32'

red 237 ◦ green 205 ◦ blue 50

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

Shades of Golden Dream #EDCD32

Tints of Golden Dream #EDCD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

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

R = 48.17%
G = 41.67%
B = 10.16%

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

#EDCD32 (or 0xEDCD32) is known color: Golden Dream. HEX triplet: ED, CD and 32. RGB value is (237,205,50). Sum of RGB (Red+Green+Blue) = 237+205+50=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD32 is #1232CD. Grayscale: #C5C5C5. Windows color (decimal): -1192654 or 3329517. OLE color: 3329517.

HSL color Cylindrical-coordinate representation of color #EDCD32: hue angle of 49.73º 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 #EDCD32 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 50 -
CMYK 0 0.14 0.79 0.07
HSL 49.73º 0.84% 0.56% -
HSV(B) 49.73º 0.79% 0.93% -
XYZ 57.33 61.9 11.94 -
YUV 196.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 237 205 50 0 0.14 0.79 0.07 49.73 0.84 0.56
Hex ED CD 32 0 E 4F 7 32 54 38
Octal 355 315 62 0 16 117 7 62 124 70
Binary 11101101 11001101 110010 0 1110 1001111 111 110010 1010100 111000

Color Harmonies of #EDCD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD32

Black with #EDCD32

Text Example


Text Example

White with #EDCD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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