Html Css Color HEX #EDC929 Golden Dream

📋 copy color: '#EDC929'

red 237 ◦ green 201 ◦ blue 41

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

Shades of Golden Dream #EDC929

Tints of Golden Dream #EDC929

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

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

R = 49.48%
G = 41.96%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDC929 (or 0xEDC929) is known color: Golden Dream. HEX triplet: ED, C9 and 29. RGB value is (237,201,41). Sum of RGB (Red+Green+Blue) = 237+201+41=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC929 is #1236D6. Grayscale: #C2C2C2. Windows color (decimal): -1193687 or 2738669. OLE color: 2738669.

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

Color convert

RGB 237 201 41 -
CMYK 0 0.15 0.83 0.07
HSL 48.98º 0.84% 0.55% -
HSV(B) 48.98º 0.83% 0.93% -
XYZ 56.21 59.94 10.7 -
YUV 193.52 41.93 159.01 -
System Red Green Blue C M Y K H S L
Decimal 237 201 41 0 0.15 0.83 0.07 48.98 0.84 0.55
Hex ED C9 29 0 F 53 7 31 54 37
Octal 355 311 51 0 17 123 7 61 124 67
Binary 11101101 11001001 101001 0 1111 1010011 111 110001 1010100 110111

Color Harmonies of #EDC929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC929

Black with #EDC929

Text Example


Text Example

White with #EDC929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC929; }

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

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

background-color css

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

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

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

border-color css

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

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

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