Html Css Color HEX #ECC14E Cream Can

📋 copy color: '#ECC14E'

red 236 ◦ green 193 ◦ blue 78

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

Shades of Cream Can #ECC14E

Tints of Cream Can #ECC14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

 BLUE value IS 78 (30.86% from 255) = 15.38%

R = 46.55%
G = 38.07%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECC14E (or 0xECC14E) is known color: Cream Can. HEX triplet: EC, C1 and 4E. RGB value is (236,193,78). Sum of RGB (Red+Green+Blue) = 236+193+78=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC14E is #133EB1. Grayscale: #C1C1C1. Windows color (decimal): -1261234 or 5161452. OLE color: 5161452.

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

Color convert

RGB 236 193 78 -
CMYK 0 0.18 0.67 0.07
HSL 43.67º 0.81% 0.62% -
HSV(B) 43.67º 0.67% 0.93% -
XYZ 55.04 56.52 15.22 -
YUV 192.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 236 193 78 0 0.18 0.67 0.07 43.67 0.81 0.62
Hex EC C1 4E 0 12 43 7 2C 51 3E
Octal 354 301 116 0 22 103 7 54 121 76
Binary 11101100 11000001 1001110 0 10010 1000011 111 101100 1010001 111110

Color Harmonies of #ECC14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC14E

Black with #ECC14E

Text Example


Text Example

White with #ECC14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC14E; }

 p { color: rgb(236,193,78); }

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

background-color css

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

 a { background-color: rgb(236,193,78); }

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

border-color css

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

 span { border-color: rgb(236,193,78); }

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