Html Css Color HEX #EABF50 Cream Can

📋 copy color: '#EABF50'

red 234 ◦ green 191 ◦ blue 80

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

Shades of Cream Can #EABF50

Tints of Cream Can #EABF50

RGB

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

 GREEN value IS 191 (75% from 255) = 37.82%

 BLUE value IS 80 (31.64% from 255) = 15.84%

R = 46.34%
G = 37.82%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EABF50 (or 0xEABF50) is known color: Cream Can. HEX triplet: EA, BF and 50. RGB value is (234,191,80). Sum of RGB (Red+Green+Blue) = 234+191+80=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF50 is #1540AF. Grayscale: #BFBFBF. Windows color (decimal): -1392816 or 5292010. OLE color: 5292010.

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

Color convert

RGB 234 191 80 -
CMYK 0 0.18 0.66 0.08
HSL 43.25º 0.79% 0.62% -
HSV(B) 43.25º 0.66% 0.92% -
XYZ 54.01 55.33 15.42 -
YUV 191.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 234 191 80 0 0.18 0.66 0.08 43.25 0.79 0.62
Hex EA BF 50 0 12 42 8 2B 4F 3E
Octal 352 277 120 0 22 102 10 53 117 76
Binary 11101010 10111111 1010000 0 10010 1000010 1000 101011 1001111 111110

Color Harmonies of #EABF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF50

Black with #EABF50

Text Example


Text Example

White with #EABF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF50; }

 p { color: rgb(234,191,80); }

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

background-color css

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

 a { background-color: rgb(234,191,80); }

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

border-color css

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

 span { border-color: rgb(234,191,80); }

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