Html Css Color HEX #ECCD2F Golden Dream

📋 copy color: '#ECCD2F'

red 236 ◦ green 205 ◦ blue 47

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

Shades of Golden Dream #ECCD2F

Tints of Golden Dream #ECCD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.63%

R = 48.36%
G = 42.01%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECCD2F (or 0xECCD2F) is known color: Golden Dream. HEX triplet: EC, CD and 2F. RGB value is (236,205,47). Sum of RGB (Red+Green+Blue) = 236+205+47=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD2F is #1332D0. Grayscale: #C4C4C4. Windows color (decimal): -1258193 or 3132908. OLE color: 3132908.

HSL color Cylindrical-coordinate representation of color #ECCD2F: hue angle of 50.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECCD2F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 47 -
CMYK 0 0.13 0.80 0.07
HSL 50.16º 0.83% 0.55% -
HSV(B) 50.16º 0.8% 0.93% -
XYZ 56.94 61.7 11.6 -
YUV 196.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 236 205 47 0 0.13 0.80 0.07 50.16 0.83 0.55
Hex EC CD 2F 0 D 50 7 32 53 37
Octal 354 315 57 0 15 120 7 62 123 67
Binary 11101100 11001101 101111 0 1101 1010000 111 110010 1010011 110111

Color Harmonies of #ECCD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD2F

Black with #ECCD2F

Text Example


Text Example

White with #ECCD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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