Html Css Color HEX #E6CA55 Festival

📋 copy color: '#E6CA55'

red 230 ◦ green 202 ◦ blue 85

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

Shades of Festival #E6CA55

Tints of Festival #E6CA55

RGB

 RED value IS 230 (90.23% from 255) = 44.49%

 GREEN value IS 202 (79.3% from 255) = 39.07%

 BLUE value IS 85 (33.59% from 255) = 16.44%

R = 44.49%
G = 39.07%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6CA55 (or 0xE6CA55) is known color: Festival. HEX triplet: E6, CA and 55. RGB value is (230,202,85). Sum of RGB (Red+Green+Blue) = 230+202+85=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA55 is #1935AA. Grayscale: #C5C5C5. Windows color (decimal): -1652139 or 5622502. OLE color: 5622502.

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

Color convert

RGB 230 202 85 -
CMYK 0 0.12 0.63 0.10
HSL 48.41º 0.74% 0.62% -
HSV(B) 48.41º 0.63% 0.9% -
XYZ 55.39 59.72 17.2 -
YUV 197.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 230 202 85 0 0.12 0.63 0.10 48.41 0.74 0.62
Hex E6 CA 55 0 C 3F A 30 4A 3E
Octal 346 312 125 0 14 77 12 60 112 76
Binary 11100110 11001010 1010101 0 1100 111111 1010 110000 1001010 111110

Color Harmonies of #E6CA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA55

Black with #E6CA55

Text Example


Text Example

White with #E6CA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA55; }

 p { color: rgb(230,202,85); }

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

background-color css

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

 a { background-color: rgb(230,202,85); }

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

border-color css

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

 span { border-color: rgb(230,202,85); }

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