Html Css Color HEX #E6CA57 Festival

📋 copy color: '#E6CA57'

red 230 ◦ green 202 ◦ blue 87

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

Shades of Festival #E6CA57

Tints of Festival #E6CA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.76%

R = 44.32%
G = 38.92%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E6CA57 (or 0xE6CA57) is known color: Festival. HEX triplet: E6, CA and 57. RGB value is (230,202,87). Sum of RGB (Red+Green+Blue) = 230+202+87=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA57 is #1935A8. Grayscale: #C5C5C5. Windows color (decimal): -1652137 or 5753574. OLE color: 5753574.

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

Color convert

RGB 230 202 87 -
CMYK 0 0.12 0.62 0.10
HSL 48.25º 0.74% 0.62% -
HSV(B) 48.25º 0.62% 0.9% -
XYZ 55.47 59.75 17.63 -
YUV 197.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 230 202 87 0 0.12 0.62 0.10 48.25 0.74 0.62
Hex E6 CA 57 0 C 3E A 30 4A 3E
Octal 346 312 127 0 14 76 12 60 112 76
Binary 11100110 11001010 1010111 0 1100 111110 1010 110000 1001010 111110

Color Harmonies of #E6CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA57

Black with #E6CA57

Text Example


Text Example

White with #E6CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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