Html Css Color HEX #EAC14C Cream Can

📋 copy color: '#EAC14C'

red 234 ◦ green 193 ◦ blue 76

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

Shades of Cream Can #EAC14C

Tints of Cream Can #EAC14C

RGB

 RED value IS 234 (91.8% from 255) = 46.52%

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

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

R = 46.52%
G = 38.37%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAC14C (or 0xEAC14C) is known color: Cream Can. HEX triplet: EA, C1 and 4C. RGB value is (234,193,76). Sum of RGB (Red+Green+Blue) = 234+193+76=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC14C is #153EB3. Grayscale: #C0C0C0. Windows color (decimal): -1392308 or 5030378. OLE color: 5030378.

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

Color convert

RGB 234 193 76 -
CMYK 0 0.18 0.68 0.08
HSL 44.43º 0.79% 0.61% -
HSV(B) 44.43º 0.68% 0.92% -
XYZ 54.31 56.15 14.81 -
YUV 191.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 234 193 76 0 0.18 0.68 0.08 44.43 0.79 0.61
Hex EA C1 4C 0 12 44 8 2C 4F 3D
Octal 352 301 114 0 22 104 10 54 117 75
Binary 11101010 11000001 1001100 0 10010 1000100 1000 101100 1001111 111101

Color Harmonies of #EAC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC14C

Black with #EAC14C

Text Example


Text Example

White with #EAC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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