Html Css Color HEX #EDC931 Golden Dream

📋 copy color: '#EDC931'

red 237 ◦ green 201 ◦ blue 49

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

Shades of Golden Dream #EDC931

Tints of Golden Dream #EDC931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.06%

R = 48.67%
G = 41.27%
B = 10.06%

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

#EDC931 (or 0xEDC931) is known color: Golden Dream. HEX triplet: ED, C9 and 31. RGB value is (237,201,49). Sum of RGB (Red+Green+Blue) = 237+201+49=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC931 is #1236CE. Grayscale: #C3C3C3. Windows color (decimal): -1193679 or 3262957. OLE color: 3262957.

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

Color convert

RGB 237 201 49 -
CMYK 0 0.15 0.79 0.07
HSL 48.51º 0.84% 0.56% -
HSV(B) 48.51º 0.79% 0.93% -
XYZ 56.37 60 11.52 -
YUV 194.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 237 201 49 0 0.15 0.79 0.07 48.51 0.84 0.56
Hex ED C9 31 0 F 4F 7 31 54 38
Octal 355 311 61 0 17 117 7 61 124 70
Binary 11101101 11001001 110001 0 1111 1001111 111 110001 1010100 111000

Color Harmonies of #EDC931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC931

Black with #EDC931

Text Example


Text Example

White with #EDC931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC931; }

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

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

background-color css

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

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

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

border-color css

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

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

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