Html Css Color HEX #EDCC29 Golden Dream

📋 copy color: '#EDCC29'

red 237 ◦ green 204 ◦ blue 41

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

Shades of Golden Dream #EDCC29

Tints of Golden Dream #EDCC29

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

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

R = 49.17%
G = 42.32%
B = 8.51%

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

#EDCC29 (or 0xEDCC29) is known color: Golden Dream. HEX triplet: ED, CC and 29. RGB value is (237,204,41). Sum of RGB (Red+Green+Blue) = 237+204+41=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC29 is #1233D6. Grayscale: #C3C3C3. Windows color (decimal): -1192919 or 2739437. OLE color: 2739437.

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

Color convert

RGB 237 204 41 -
CMYK 0 0.14 0.83 0.07
HSL 49.9º 0.84% 0.55% -
HSV(B) 49.9º 0.83% 0.93% -
XYZ 56.92 61.35 10.94 -
YUV 195.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 237 204 41 0 0.14 0.83 0.07 49.9 0.84 0.55
Hex ED CC 29 0 E 53 7 32 54 37
Octal 355 314 51 0 16 123 7 62 124 67
Binary 11101101 11001100 101001 0 1110 1010011 111 110010 1010100 110111

Color Harmonies of #EDCC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC29

Black with #EDCC29

Text Example


Text Example

White with #EDCC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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