Html Css Color HEX #ECC95A Cream Can

📋 copy color: '#ECC95A'

red 236 ◦ green 201 ◦ blue 90

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

Shades of Cream Can #ECC95A

Tints of Cream Can #ECC95A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 90 (35.55% from 255) = 17.08%

R = 44.78%
G = 38.14%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECC95A (or 0xECC95A) is known color: Cream Can. HEX triplet: EC, C9 and 5A. RGB value is (236,201,90). Sum of RGB (Red+Green+Blue) = 236+201+90=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC95A is #1336A5. Grayscale: #C7C7C7. Windows color (decimal): -1259174 or 5949932. OLE color: 5949932.

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

Color convert

RGB 236 201 90 -
CMYK 0 0.15 0.62 0.07
HSL 45.62º 0.79% 0.64% -
HSV(B) 45.62º 0.62% 0.93% -
XYZ 57.32 60.34 18.3 -
YUV 198.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 236 201 90 0 0.15 0.62 0.07 45.62 0.79 0.64
Hex EC C9 5A 0 F 3E 7 2E 4F 40
Octal 354 311 132 0 17 76 7 56 117 100
Binary 11101100 11001001 1011010 0 1111 111110 111 101110 1001111 1000000

Color Harmonies of #ECC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC95A

Black with #ECC95A

Text Example


Text Example

White with #ECC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC95A; }

 p { color: rgb(236,201,90); }

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

background-color css

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

 a { background-color: rgb(236,201,90); }

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

border-color css

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

 span { border-color: rgb(236,201,90); }

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