Html Css Color HEX #EDCD29 Golden Dream

📋 copy color: '#EDCD29'

red 237 ◦ green 205 ◦ blue 41

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

Shades of Golden Dream #EDCD29

Tints of Golden Dream #EDCD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.49%

R = 49.07%
G = 42.44%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDCD29 (or 0xEDCD29) is known color: Golden Dream. HEX triplet: ED, CD and 29. RGB value is (237,205,41). Sum of RGB (Red+Green+Blue) = 237+205+41=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD29 is #1232D6. Grayscale: #C4C4C4. Windows color (decimal): -1192663 or 2739693. OLE color: 2739693.

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

Color convert

RGB 237 205 41 -
CMYK 0 0.14 0.83 0.07
HSL 50.2º 0.84% 0.55% -
HSV(B) 50.2º 0.83% 0.93% -
XYZ 57.16 61.83 11.02 -
YUV 195.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 237 205 41 0 0.14 0.83 0.07 50.2 0.84 0.55
Hex ED CD 29 0 E 53 7 32 54 37
Octal 355 315 51 0 16 123 7 62 124 67
Binary 11101101 11001101 101001 0 1110 1010011 111 110010 1010100 110111

Color Harmonies of #EDCD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD29

Black with #EDCD29

Text Example


Text Example

White with #EDCD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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