Html Css Color HEX #E4C04A Cream Can

📋 copy color: '#E4C04A'

red 228 ◦ green 192 ◦ blue 74

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

Shades of Cream Can #E4C04A

Tints of Cream Can #E4C04A

RGB

 RED value IS 228 (89.45% from 255) = 46.15%

 GREEN value IS 192 (75.39% from 255) = 38.87%

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

R = 46.15%
G = 38.87%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E4C04A (or 0xE4C04A) is known color: Cream Can. HEX triplet: E4, C0 and 4A. RGB value is (228,192,74). Sum of RGB (Red+Green+Blue) = 228+192+74=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C04A is #1B3FB5. Grayscale: #BDBDBD. Windows color (decimal): -1785782 or 4899044. OLE color: 4899044.

HSL color Cylindrical-coordinate representation of color #E4C04A: hue angle of 45.97º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4C04A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 192 74 -
CMYK 0 0.16 0.68 0.11
HSL 45.97º 0.74% 0.59% -
HSV(B) 45.97º 0.68% 0.89% -
XYZ 52.08 54.69 14.29 -
YUV 189.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 228 192 74 0 0.16 0.68 0.11 45.97 0.74 0.59
Hex E4 C0 4A 0 10 44 B 2E 4A 3B
Octal 344 300 112 0 20 104 13 56 112 73
Binary 11100100 11000000 1001010 0 10000 1000100 1011 101110 1001010 111011

Color Harmonies of #E4C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C04A

Black with #E4C04A

Text Example


Text Example

White with #E4C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C04A; }

 p { color: rgb(228,192,74); }

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

background-color css

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

 a { background-color: rgb(228,192,74); }

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

border-color css

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

 span { border-color: rgb(228,192,74); }

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