Html Css Color HEX #ECC75A Cream Can

📋 copy color: '#ECC75A'

red 236 ◦ green 199 ◦ blue 90

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

Shades of Cream Can #ECC75A

Tints of Cream Can #ECC75A

RGB

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

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

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

R = 44.95%
G = 37.9%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECC75A (or 0xECC75A) is known color: Cream Can. HEX triplet: EC, C7 and 5A. RGB value is (236,199,90). Sum of RGB (Red+Green+Blue) = 236+199+90=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC75A is #1338A5. Grayscale: #C6C6C6. Windows color (decimal): -1259686 or 5949420. OLE color: 5949420.

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

Color convert

RGB 236 199 90 -
CMYK 0 0.16 0.62 0.07
HSL 44.79º 0.79% 0.64% -
HSV(B) 44.79º 0.62% 0.93% -
XYZ 56.86 59.42 18.14 -
YUV 197.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 236 199 90 0 0.16 0.62 0.07 44.79 0.79 0.64
Hex EC C7 5A 0 10 3E 7 2D 4F 40
Octal 354 307 132 0 20 76 7 55 117 100
Binary 11101100 11000111 1011010 0 10000 111110 111 101101 1001111 1000000

Color Harmonies of #ECC75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC75A

Black with #ECC75A

Text Example


Text Example

White with #ECC75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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