Html Css Color HEX #ECC72F Golden Dream

📋 copy color: '#ECC72F'

red 236 ◦ green 199 ◦ blue 47

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

Shades of Golden Dream #ECC72F

Tints of Golden Dream #ECC72F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

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

R = 48.96%
G = 41.29%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECC72F (or 0xECC72F) is known color: Golden Dream. HEX triplet: EC, C7 and 2F. RGB value is (236,199,47). Sum of RGB (Red+Green+Blue) = 236+199+47=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC72F is #1338D0. Grayscale: #C1C1C1. Windows color (decimal): -1259729 or 3131372. OLE color: 3131372.

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

Color convert

RGB 236 199 47 -
CMYK 0 0.16 0.80 0.07
HSL 48.25º 0.83% 0.55% -
HSV(B) 48.25º 0.8% 0.93% -
XYZ 55.53 58.88 11.13 -
YUV 192.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 236 199 47 0 0.16 0.80 0.07 48.25 0.83 0.55
Hex EC C7 2F 0 10 50 7 30 53 37
Octal 354 307 57 0 20 120 7 60 123 67
Binary 11101100 11000111 101111 0 10000 1010000 111 110000 1010011 110111

Color Harmonies of #ECC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC72F

Black with #ECC72F

Text Example


Text Example

White with #ECC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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