Html Css Color HEX #E7BD40 Cream Can

📋 copy color: '#E7BD40'

red 231 ◦ green 189 ◦ blue 64

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

Shades of Cream Can #E7BD40

Tints of Cream Can #E7BD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.22%

R = 47.73%
G = 39.05%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E7BD40 (or 0xE7BD40) is known color: Cream Can. HEX triplet: E7, BD and 40. RGB value is (231,189,64). Sum of RGB (Red+Green+Blue) = 231+189+64=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BD40 is #1842BF. Grayscale: #BBBBBB. Windows color (decimal): -1589952 or 4242919. OLE color: 4242919.

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

Color convert

RGB 231 189 64 -
CMYK 0 0.18 0.72 0.09
HSL 44.91º 0.78% 0.58% -
HSV(B) 44.91º 0.72% 0.91% -
XYZ 52.08 53.75 12.48 -
YUV 187.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 231 189 64 0 0.18 0.72 0.09 44.91 0.78 0.58
Hex E7 BD 40 0 12 48 9 2D 4E 3A
Octal 347 275 100 0 22 110 11 55 116 72
Binary 11100111 10111101 1000000 0 10010 1001000 1001 101101 1001110 111010

Color Harmonies of #E7BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD40

Black with #E7BD40

Text Example


Text Example

White with #E7BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD40; }

 p { color: rgb(231,189,64); }

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

background-color css

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

 a { background-color: rgb(231,189,64); }

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

border-color css

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

 span { border-color: rgb(231,189,64); }

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