Html Css Color HEX #EDCD36 Golden Dream

📋 copy color: '#EDCD36'

red 237 ◦ green 205 ◦ blue 54

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

Shades of Golden Dream #EDCD36

Tints of Golden Dream #EDCD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.89%

R = 47.78%
G = 41.33%
B = 10.89%

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

#EDCD36 (or 0xEDCD36) is known color: Golden Dream. HEX triplet: ED, CD and 36. RGB value is (237,205,54). Sum of RGB (Red+Green+Blue) = 237+205+54=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD36 is #1232C9. Grayscale: #C5C5C5. Windows color (decimal): -1192650 or 3591661. OLE color: 3591661.

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

Color convert

RGB 237 205 54 -
CMYK 0 0.14 0.77 0.07
HSL 49.51º 0.84% 0.57% -
HSV(B) 49.51º 0.77% 0.93% -
XYZ 57.42 61.93 12.42 -
YUV 197.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 237 205 54 0 0.14 0.77 0.07 49.51 0.84 0.57
Hex ED CD 36 0 E 4D 7 32 54 39
Octal 355 315 66 0 16 115 7 62 124 71
Binary 11101101 11001101 110110 0 1110 1001101 111 110010 1010100 111001

Color Harmonies of #EDCD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD36

Black with #EDCD36

Text Example


Text Example

White with #EDCD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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