Html Css Color HEX #ECC14B Cream Can

📋 copy color: '#ECC14B'

red 236 ◦ green 193 ◦ blue 75

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

Shades of Cream Can #ECC14B

Tints of Cream Can #ECC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.88%

R = 46.83%
G = 38.29%
B = 14.88%

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

#ECC14B (or 0xECC14B) is known color: Cream Can. HEX triplet: EC, C1 and 4B. RGB value is (236,193,75). Sum of RGB (Red+Green+Blue) = 236+193+75=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC14B is #133EB4. Grayscale: #C0C0C0. Windows color (decimal): -1261237 or 4964844. OLE color: 4964844.

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

Color convert

RGB 236 193 75 -
CMYK 0 0.18 0.68 0.07
HSL 43.98º 0.81% 0.61% -
HSV(B) 43.98º 0.68% 0.93% -
XYZ 54.93 56.48 14.66 -
YUV 192.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 236 193 75 0 0.18 0.68 0.07 43.98 0.81 0.61
Hex EC C1 4B 0 12 44 7 2C 51 3D
Octal 354 301 113 0 22 104 7 54 121 75
Binary 11101100 11000001 1001011 0 10010 1000100 111 101100 1010001 111101

Color Harmonies of #ECC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC14B

Black with #ECC14B

Text Example


Text Example

White with #ECC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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