Html Css Color HEX #EDCD37 Golden Dream

📋 copy color: '#EDCD37'

red 237 ◦ green 205 ◦ blue 55

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

Shades of Golden Dream #EDCD37

Tints of Golden Dream #EDCD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.07%

R = 47.69%
G = 41.25%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDCD37 (or 0xEDCD37) is known color: Golden Dream. HEX triplet: ED, CD and 37. RGB value is (237,205,55). Sum of RGB (Red+Green+Blue) = 237+205+55=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD37 is #1232C8. Grayscale: #C6C6C6. Windows color (decimal): -1192649 or 3657197. OLE color: 3657197.

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

Color convert

RGB 237 205 55 -
CMYK 0 0.14 0.77 0.07
HSL 49.45º 0.83% 0.57% -
HSV(B) 49.45º 0.77% 0.93% -
XYZ 57.45 61.94 12.54 -
YUV 197.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 237 205 55 0 0.14 0.77 0.07 49.45 0.83 0.57
Hex ED CD 37 0 E 4D 7 31 53 39
Octal 355 315 67 0 16 115 7 61 123 71
Binary 11101101 11001101 110111 0 1110 1001101 111 110001 1010011 111001

Color Harmonies of #EDCD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD37

Black with #EDCD37

Text Example


Text Example

White with #EDCD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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