Html Css Color HEX #E6CF53 Festival

📋 copy color: '#E6CF53'

red 230 ◦ green 207 ◦ blue 83

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

Shades of Festival #E6CF53

Tints of Festival #E6CF53

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.81%

 BLUE value IS 83 (32.81% from 255) = 15.96%

R = 44.23%
G = 39.81%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E6CF53 (or 0xE6CF53) is known color: Festival. HEX triplet: E6, CF and 53. RGB value is (230,207,83). Sum of RGB (Red+Green+Blue) = 230+207+83=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF53 is #1930AC. Grayscale: #C8C8C8. Windows color (decimal): -1650861 or 5492710. OLE color: 5492710.

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

Color convert

RGB 230 207 83 -
CMYK 0 0.10 0.64 0.10
HSL 50.61º 0.75% 0.61% -
HSV(B) 50.61º 0.64% 0.9% -
XYZ 56.51 62.07 17.19 -
YUV 199.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 230 207 83 0 0.10 0.64 0.10 50.61 0.75 0.61
Hex E6 CF 53 0 A 40 A 33 4B 3D
Octal 346 317 123 0 12 100 12 63 113 75
Binary 11100110 11001111 1010011 0 1010 1000000 1010 110011 1001011 111101

Color Harmonies of #E6CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CF53

Black with #E6CF53

Text Example


Text Example

White with #E6CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CF53; }

 p { color: rgb(230,207,83); }

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

background-color css

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

 a { background-color: rgb(230,207,83); }

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

border-color css

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

 span { border-color: rgb(230,207,83); }

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