Html Css Color HEX #ECC14D Cream Can

📋 copy color: '#ECC14D'

red 236 ◦ green 193 ◦ blue 77

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

Shades of Cream Can #ECC14D

Tints of Cream Can #ECC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.22%

R = 46.64%
G = 38.14%
B = 15.22%

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

#ECC14D (or 0xECC14D) is known color: Cream Can. HEX triplet: EC, C1 and 4D. RGB value is (236,193,77). Sum of RGB (Red+Green+Blue) = 236+193+77=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC14D is #133EB2. Grayscale: #C1C1C1. Windows color (decimal): -1261235 or 5095916. OLE color: 5095916.

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

Color convert

RGB 236 193 77 -
CMYK 0 0.18 0.67 0.07
HSL 43.77º 0.81% 0.61% -
HSV(B) 43.77º 0.67% 0.93% -
XYZ 55 56.51 15.03 -
YUV 192.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 236 193 77 0 0.18 0.67 0.07 43.77 0.81 0.61
Hex EC C1 4D 0 12 43 7 2C 51 3D
Octal 354 301 115 0 22 103 7 54 121 75
Binary 11101100 11000001 1001101 0 10010 1000011 111 101100 1010001 111101

Color Harmonies of #ECC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC14D

Black with #ECC14D

Text Example


Text Example

White with #ECC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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