#E6BF43

Color #E6BF43 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #E6BF43

Tints of Festival #E6BF43

Color information

#E6BF43 (or 0xE6BF43) is unknown color: approx Festival. HEX triplet: E6, BF and 43. RGB value is (230,191,67). Sum of RGB (Red+Green+Blue) = 230+191+67=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BF43 is #1940BC. Grayscale: #BDBDBD. Windows color (decimal): -1654973 or 4440038. OLE color: 4440038.

HSL color Cylindrical-coordinate representation of color #E6BF43: hue angle of 45.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6BF43 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB23019167-
CMYK00.170.710.10
HSL45.64º76.53%58.24%-
HSV(B)45.64º70.87%90.2%-
XYZ52.2854.4913.07-
YUV188.5259.42157.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.13%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 67 (26.56% from 255) = 13.73%
R=47.13%
G=39.14%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301916700.170.710.1045.6476.5358.24
HexE6BF4301147A2e4d3a
Octal346277103021107125611572
Binary11100110101111111000011010001100011110101011101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BF43; }

 p { color: rgb(230,191,67); }

 H1.HeaderClassName
 {
   color: #E6BF43;
 }
 .AnyTagClassName
 {
   color: #E6BF43;
 }
</style>
background-color css

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

 a { background-color: rgb(230,191,67); }

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

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

 span { border-color: rgb(230,191,67); }

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