Html Css Color HEX #E9BF5A Cream Can

📋 copy color: '#E9BF5A'

red 233 ◦ green 191 ◦ blue 90

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

Shades of Cream Can #E9BF5A

Tints of Cream Can #E9BF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 45.33%
G = 37.16%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9BF5A (or 0xE9BF5A) is known color: Cream Can. HEX triplet: E9, BF and 5A. RGB value is (233,191,90). Sum of RGB (Red+Green+Blue) = 233+191+90=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BF5A is #1640A5. Grayscale: #C0C0C0. Windows color (decimal): -1458342 or 5947369. OLE color: 5947369.

HSL color Cylindrical-coordinate representation of color #E9BF5A: hue angle of 42.38º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9BF5A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 191 90 -
CMYK 0 0.18 0.61 0.09
HSL 42.38º 0.76% 0.63% -
HSV(B) 42.38º 0.61% 0.91% -
XYZ 54.08 55.32 17.5 -
YUV 192.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 233 191 90 0 0.18 0.61 0.09 42.38 0.76 0.63
Hex E9 BF 5A 0 12 3D 9 2A 4C 3F
Octal 351 277 132 0 22 75 11 52 114 77
Binary 11101001 10111111 1011010 0 10010 111101 1001 101010 1001100 111111

Color Harmonies of #E9BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BF5A

Black with #E9BF5A

Text Example


Text Example

White with #E9BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BF5A; }

 p { color: rgb(233,191,90); }

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

background-color css

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

 a { background-color: rgb(233,191,90); }

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

border-color css

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

 span { border-color: rgb(233,191,90); }

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