Html Css Color HEX #EDC932 Golden Dream

📋 copy color: '#EDC932'

red 237 ◦ green 201 ◦ blue 50

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

Shades of Golden Dream #EDC932

Tints of Golden Dream #EDC932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.25%

R = 48.57%
G = 41.19%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDC932 (or 0xEDC932) is known color: Golden Dream. HEX triplet: ED, C9 and 32. RGB value is (237,201,50). Sum of RGB (Red+Green+Blue) = 237+201+50=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC932 is #1236CD. Grayscale: #C3C3C3. Windows color (decimal): -1193678 or 3328493. OLE color: 3328493.

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

Color convert

RGB 237 201 50 -
CMYK 0 0.15 0.79 0.07
HSL 48.45º 0.84% 0.56% -
HSV(B) 48.45º 0.79% 0.93% -
XYZ 56.39 60.01 11.63 -
YUV 194.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 237 201 50 0 0.15 0.79 0.07 48.45 0.84 0.56
Hex ED C9 32 0 F 4F 7 30 54 38
Octal 355 311 62 0 17 117 7 60 124 70
Binary 11101101 11001001 110010 0 1111 1001111 111 110000 1010100 111000

Color Harmonies of #EDC932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC932

Black with #EDC932

Text Example


Text Example

White with #EDC932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC932; }

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

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

background-color css

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

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

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

border-color css

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

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

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