Html Css Color HEX #E9C14A Cream Can

📋 copy color: '#E9C14A'

red 233 ◦ green 193 ◦ blue 74

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

Shades of Cream Can #E9C14A

Tints of Cream Can #E9C14A

RGB

 RED value IS 233 (91.41% from 255) = 46.6%

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

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 46.6%
G = 38.6%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9C14A (or 0xE9C14A) is known color: Cream Can. HEX triplet: E9, C1 and 4A. RGB value is (233,193,74). Sum of RGB (Red+Green+Blue) = 233+193+74=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C14A is #163EB5. Grayscale: #BFBFBF. Windows color (decimal): -1457846 or 4899305. OLE color: 4899305.

HSL color Cylindrical-coordinate representation of color #E9C14A: hue angle of 44.91º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9C14A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 193 74 -
CMYK 0 0.17 0.68 0.09
HSL 44.91º 0.78% 0.6% -
HSV(B) 44.91º 0.68% 0.91% -
XYZ 53.91 55.96 14.44 -
YUV 191.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 233 193 74 0 0.17 0.68 0.09 44.91 0.78 0.6
Hex E9 C1 4A 0 11 44 9 2D 4E 3C
Octal 351 301 112 0 21 104 11 55 116 74
Binary 11101001 11000001 1001010 0 10001 1000100 1001 101101 1001110 111100

Color Harmonies of #E9C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C14A

Black with #E9C14A

Text Example


Text Example

White with #E9C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C14A; }

 p { color: rgb(233,193,74); }

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

background-color css

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

 a { background-color: rgb(233,193,74); }

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

border-color css

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

 span { border-color: rgb(233,193,74); }

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