Html Css Color HEX #ECC14C Cream Can

📋 copy color: '#ECC14C'

red 236 ◦ green 193 ◦ blue 76

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

Shades of Cream Can #ECC14C

Tints of Cream Can #ECC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.05%

R = 46.73%
G = 38.22%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECC14C (or 0xECC14C) is known color: Cream Can. HEX triplet: EC, C1 and 4C. RGB value is (236,193,76). Sum of RGB (Red+Green+Blue) = 236+193+76=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC14C is #133EB3. Grayscale: #C1C1C1. Windows color (decimal): -1261236 or 5030380. OLE color: 5030380.

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

Color convert

RGB 236 193 76 -
CMYK 0 0.18 0.68 0.07
HSL 43.88º 0.81% 0.61% -
HSV(B) 43.88º 0.68% 0.93% -
XYZ 54.97 56.49 14.84 -
YUV 192.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 236 193 76 0 0.18 0.68 0.07 43.88 0.81 0.61
Hex EC C1 4C 0 12 44 7 2C 51 3D
Octal 354 301 114 0 22 104 7 54 121 75
Binary 11101100 11000001 1001100 0 10010 1000100 111 101100 1010001 111101

Color Harmonies of #ECC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC14C

Black with #ECC14C

Text Example


Text Example

White with #ECC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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