Html Css Color HEX #ECC72B Golden Dream

📋 copy color: '#ECC72B'

red 236 ◦ green 199 ◦ blue 43

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

Shades of Golden Dream #ECC72B

Tints of Golden Dream #ECC72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9%

R = 49.37%
G = 41.63%
B = 9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECC72B (or 0xECC72B) is known color: Golden Dream. HEX triplet: EC, C7 and 2B. RGB value is (236,199,43). Sum of RGB (Red+Green+Blue) = 236+199+43=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC72B is #1338D4. Grayscale: #C0C0C0. Windows color (decimal): -1259733 or 2869228. OLE color: 2869228.

HSL color Cylindrical-coordinate representation of color #ECC72B: hue angle of 48.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECC72B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 199 43 -
CMYK 0 0.16 0.82 0.07
HSL 48.5º 0.84% 0.55% -
HSV(B) 48.5º 0.82% 0.93% -
XYZ 55.45 58.85 10.72 -
YUV 192.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 236 199 43 0 0.16 0.82 0.07 48.5 0.84 0.55
Hex EC C7 2B 0 10 52 7 30 54 37
Octal 354 307 53 0 20 122 7 60 124 67
Binary 11101100 11000111 101011 0 10000 1010010 111 110000 1010100 110111

Color Harmonies of #ECC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC72B

Black with #ECC72B

Text Example


Text Example

White with #ECC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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