Html Css Color HEX #E2BF4B Cream Can

📋 copy color: '#E2BF4B'

red 226 ◦ green 191 ◦ blue 75

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

Shades of Cream Can #E2BF4B

Tints of Cream Can #E2BF4B

RGB

 RED value IS 226 (88.67% from 255) = 45.93%

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

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 45.93%
G = 38.82%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2BF4B (or 0xE2BF4B) is known color: Cream Can. HEX triplet: E2, BF and 4B. RGB value is (226,191,75). Sum of RGB (Red+Green+Blue) = 226+191+75=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF4B is #1D40B4. Grayscale: #BCBCBC. Windows color (decimal): -1917109 or 4964322. OLE color: 4964322.

HSL color Cylindrical-coordinate representation of color #E2BF4B: hue angle of 46.09º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2BF4B is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 75 -
CMYK 0 0.15 0.67 0.11
HSL 46.09º 0.72% 0.59% -
HSV(B) 46.09º 0.67% 0.89% -
XYZ 51.26 53.94 14.37 -
YUV 188.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 226 191 75 0 0.15 0.67 0.11 46.09 0.72 0.59
Hex E2 BF 4B 0 F 43 B 2E 48 3B
Octal 342 277 113 0 17 103 13 56 110 73
Binary 11100010 10111111 1001011 0 1111 1000011 1011 101110 1001000 111011

Color Harmonies of #E2BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF4B

Black with #E2BF4B

Text Example


Text Example

White with #E2BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF4B; }

 p { color: rgb(226,191,75); }

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

background-color css

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

 a { background-color: rgb(226,191,75); }

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

border-color css

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

 span { border-color: rgb(226,191,75); }

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