Html Css Color HEX #ECC650 Cream Can

📋 copy color: '#ECC650'

red 236 ◦ green 198 ◦ blue 80

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

Shades of Cream Can #ECC650

Tints of Cream Can #ECC650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.52%

 BLUE value IS 80 (31.64% from 255) = 15.56%

R = 45.91%
G = 38.52%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECC650 (or 0xECC650) is known color: Cream Can. HEX triplet: EC, C6 and 50. RGB value is (236,198,80). Sum of RGB (Red+Green+Blue) = 236+198+80=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC650 is #1339AF. Grayscale: #C4C4C4. Windows color (decimal): -1259952 or 5293804. OLE color: 5293804.

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

Color convert

RGB 236 198 80 -
CMYK 0 0.16 0.66 0.07
HSL 45.38º 0.8% 0.62% -
HSV(B) 45.38º 0.66% 0.93% -
XYZ 56.23 58.8 15.98 -
YUV 195.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 236 198 80 0 0.16 0.66 0.07 45.38 0.8 0.62
Hex EC C6 50 0 10 42 7 2D 50 3E
Octal 354 306 120 0 20 102 7 55 120 76
Binary 11101100 11000110 1010000 0 10000 1000010 111 101101 1010000 111110

Color Harmonies of #ECC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC650

Black with #ECC650

Text Example


Text Example

White with #ECC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC650; }

 p { color: rgb(236,198,80); }

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

background-color css

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

 a { background-color: rgb(236,198,80); }

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

border-color css

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

 span { border-color: rgb(236,198,80); }

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