Html Css Color HEX #ECC931 Golden Dream

📋 copy color: '#ECC931'

red 236 ◦ green 201 ◦ blue 49

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

Shades of Golden Dream #ECC931

Tints of Golden Dream #ECC931

RGB

 RED value IS 236 (92.58% from 255) = 48.56%

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

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

R = 48.56%
G = 41.36%
B = 10.08%

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

#ECC931 (or 0xECC931) is known color: Golden Dream. HEX triplet: EC, C9 and 31. RGB value is (236,201,49). Sum of RGB (Red+Green+Blue) = 236+201+49=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC931 is #1336CE. Grayscale: #C2C2C2. Windows color (decimal): -1259215 or 3262956. OLE color: 3262956.

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

Color convert

RGB 236 201 49 -
CMYK 0 0.15 0.79 0.07
HSL 48.77º 0.83% 0.56% -
HSV(B) 48.77º 0.79% 0.93% -
XYZ 56.03 59.83 11.5 -
YUV 194.14 46.1 157.86 -
System Red Green Blue C M Y K H S L
Decimal 236 201 49 0 0.15 0.79 0.07 48.77 0.83 0.56
Hex EC C9 31 0 F 4F 7 31 53 38
Octal 354 311 61 0 17 117 7 61 123 70
Binary 11101100 11001001 110001 0 1111 1001111 111 110001 1010011 111000

Color Harmonies of #ECC931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC931

Black with #ECC931

Text Example


Text Example

White with #ECC931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC931; }

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

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

background-color css

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

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

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

border-color css

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

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

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