Html Css Color HEX #EDCD34 Golden Dream

📋 copy color: '#EDCD34'

red 237 ◦ green 205 ◦ blue 52

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

Shades of Golden Dream #EDCD34

Tints of Golden Dream #EDCD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 47.98%
G = 41.5%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDCD34 (or 0xEDCD34) is known color: Golden Dream. HEX triplet: ED, CD and 34. RGB value is (237,205,52). Sum of RGB (Red+Green+Blue) = 237+205+52=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD34 is #1232CB. Grayscale: #C5C5C5. Windows color (decimal): -1192652 or 3460589. OLE color: 3460589.

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

Color convert

RGB 237 205 52 -
CMYK 0 0.14 0.78 0.07
HSL 49.62º 0.84% 0.57% -
HSV(B) 49.62º 0.78% 0.93% -
XYZ 57.38 61.92 12.18 -
YUV 197.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 237 205 52 0 0.14 0.78 0.07 49.62 0.84 0.57
Hex ED CD 34 0 E 4E 7 32 54 39
Octal 355 315 64 0 16 116 7 62 124 71
Binary 11101101 11001101 110100 0 1110 1001110 111 110010 1010100 111001

Color Harmonies of #EDCD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD34

Black with #EDCD34

Text Example


Text Example

White with #EDCD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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