Html Css Color HEX #ECCD31 Golden Dream

📋 copy color: '#ECCD31'

red 236 ◦ green 205 ◦ blue 49

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

Shades of Golden Dream #ECCD31

Tints of Golden Dream #ECCD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

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

R = 48.16%
G = 41.84%
B = 10%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECCD31 (or 0xECCD31) is known color: Golden Dream. HEX triplet: EC, CD and 31. RGB value is (236,205,49). Sum of RGB (Red+Green+Blue) = 236+205+49=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD31 is #1332CE. Grayscale: #C5C5C5. Windows color (decimal): -1258191 or 3263980. OLE color: 3263980.

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

Color convert

RGB 236 205 49 -
CMYK 0 0.13 0.79 0.07
HSL 50.05º 0.83% 0.56% -
HSV(B) 50.05º 0.79% 0.93% -
XYZ 56.98 61.72 11.82 -
YUV 196.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 236 205 49 0 0.13 0.79 0.07 50.05 0.83 0.56
Hex EC CD 31 0 D 4F 7 32 53 38
Octal 354 315 61 0 15 117 7 62 123 70
Binary 11101100 11001101 110001 0 1101 1001111 111 110010 1010011 111000

Color Harmonies of #ECCD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD31

Black with #ECCD31

Text Example


Text Example

White with #ECCD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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