#e6cb4a

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

Shades of Festival #E6CB4A

Tints of Festival #E6CB4A

Color information

#E6CB4A (or 0xE6CB4A) is unknown color: approx Festival. HEX triplet: E6, CB and 4A. RGB value is (230,203,74). Sum of RGB (Red+Green+Blue) = 230+203+74=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CB4A is #1934B5. Grayscale: #C4C4C4. Windows color (decimal): -1651894 or 4901862. OLE color: 4901862.

HSL color Cylindrical-coordinate representation of color #E6CB4A: hue angle of 49.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6CB4A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB23020374-
CMYK00.120.680.10
HSL49.62º75.73%59.61%-
HSV(B)49.62º67.83%90.2%-
XYZ55.2360.0315.15-
YUV196.3758.95151.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 74 (29.30% from 255) = 14.60%
R=45.36%
G=40.04%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302037400.120.680.1049.6275.7359.61
HexE6CB4A0C44A324c3c
Octal346313112014104126211474
Binary1110011011001011100101001100100010010101100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6cb4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6cb4a; }

 p { color: rgb(230,203,74); }

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

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

 a { background-color: rgb(230,203,74); }

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

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

 span { border-color: rgb(230,203,74); }

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