Html Css Color HEX #E7BF4A Cream Can

📋 copy color: '#E7BF4A'

red 231 ◦ green 191 ◦ blue 74

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

Shades of Cream Can #E7BF4A

Tints of Cream Can #E7BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.92%

R = 46.57%
G = 38.51%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7BF4A (or 0xE7BF4A) is known color: Cream Can. HEX triplet: E7, BF and 4A. RGB value is (231,191,74). Sum of RGB (Red+Green+Blue) = 231+191+74=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF4A is #1840B5. Grayscale: #BEBEBE. Windows color (decimal): -1589430 or 4898791. OLE color: 4898791.

HSL color Cylindrical-coordinate representation of color #E7BF4A: hue angle of 44.71º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7BF4A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 191 74 -
CMYK 0 0.17 0.68 0.09
HSL 44.71º 0.77% 0.6% -
HSV(B) 44.71º 0.68% 0.91% -
XYZ 52.82 54.74 14.26 -
YUV 189.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 231 191 74 0 0.17 0.68 0.09 44.71 0.77 0.6
Hex E7 BF 4A 0 11 44 9 2D 4D 3C
Octal 347 277 112 0 21 104 11 55 115 74
Binary 11100111 10111111 1001010 0 10001 1000100 1001 101101 1001101 111100

Color Harmonies of #E7BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BF4A

Black with #E7BF4A

Text Example


Text Example

White with #E7BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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