#e6cd4a

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

Shades of Festival #E6CD4A

Tints of Festival #E6CD4A

Color information

#E6CD4A (or 0xE6CD4A) is unknown color: approx Festival. HEX triplet: E6, CD and 4A. RGB value is (230,205,74). Sum of RGB (Red+Green+Blue) = 230+205+74=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CD4A is #1932B5. Grayscale: #C6C6C6. Windows color (decimal): -1651382 or 4902374. OLE color: 4902374.

HSL color Cylindrical-coordinate representation of color #E6CD4A: hue angle of 50.38º 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 #E6CD4A is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB23020574-
CMYK00.110.680.10
HSL50.38º75.73%59.61%-
HSV(B)50.38º67.83%90.2%-
XYZ55.760.9815.31-
YUV197.5458.28151.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.19%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 74 (29.30% from 255) = 14.54%
R=45.19%
G=40.28%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302057400.110.680.1050.3875.7359.61
HexE6CD4A0B44A324c3c
Octal346315112013104126211474
Binary1110011011001101100101001011100010010101100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6cd4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6cd4a; }

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

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

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

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

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

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

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

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