Html Css Color HEX #EABD3F Cream Can

📋 copy color: '#EABD3F'

red 234 ◦ green 189 ◦ blue 63

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

Shades of Cream Can #EABD3F

Tints of Cream Can #EABD3F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 63 (25% from 255) = 12.96%

R = 48.15%
G = 38.89%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EABD3F (or 0xEABD3F) is known color: Cream Can. HEX triplet: EA, BD and 3F. RGB value is (234,189,63). Sum of RGB (Red+Green+Blue) = 234+189+63=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD3F is #1542C0. Grayscale: #BCBCBC. Windows color (decimal): -1393345 or 4177386. OLE color: 4177386.

HSL color Cylindrical-coordinate representation of color #EABD3F: hue angle of 44.21º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EABD3F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 63 -
CMYK 0 0.19 0.73 0.08
HSL 44.21º 0.8% 0.58% -
HSV(B) 44.21º 0.73% 0.92% -
XYZ 53.03 54.25 12.38 -
YUV 188.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 234 189 63 0 0.19 0.73 0.08 44.21 0.8 0.58
Hex EA BD 3F 0 13 49 8 2C 50 3A
Octal 352 275 77 0 23 111 10 54 120 72
Binary 11101010 10111101 111111 0 10011 1001001 1000 101100 1010000 111010

Color Harmonies of #EABD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD3F

Black with #EABD3F

Text Example


Text Example

White with #EABD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD3F; }

 p { color: rgb(234,189,63); }

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

background-color css

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

 a { background-color: rgb(234,189,63); }

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

border-color css

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

 span { border-color: rgb(234,189,63); }

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