Html Css Color HEX #E7BF5A Cream Can

📋 copy color: '#E7BF5A'

red 231 ◦ green 191 ◦ blue 90

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

Shades of Cream Can #E7BF5A

Tints of Cream Can #E7BF5A

RGB

 RED value IS 231 (90.63% from 255) = 45.12%

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

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

R = 45.12%
G = 37.3%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7BF5A (or 0xE7BF5A) is known color: Cream Can. HEX triplet: E7, BF and 5A. RGB value is (231,191,90). Sum of RGB (Red+Green+Blue) = 231+191+90=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BF5A is #1840A5. Grayscale: #BFBFBF. Windows color (decimal): -1589414 or 5947367. OLE color: 5947367.

HSL color Cylindrical-coordinate representation of color #E7BF5A: hue angle of 42.98º degrees, saturation: 0.75, 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 #E7BF5A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 90 -
CMYK 0 0.17 0.61 0.09
HSL 42.98º 0.75% 0.63% -
HSV(B) 42.98º 0.61% 0.91% -
XYZ 53.43 54.99 17.47 -
YUV 191.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 231 191 90 0 0.17 0.61 0.09 42.98 0.75 0.63
Hex E7 BF 5A 0 11 3D 9 2B 4B 3F
Octal 347 277 132 0 21 75 11 53 113 77
Binary 11100111 10111111 1011010 0 10001 111101 1001 101011 1001011 111111

Color Harmonies of #E7BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BF5A

Black with #E7BF5A

Text Example


Text Example

White with #E7BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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