Html Css Color HEX #E6C754 Festival

📋 copy color: '#E6C754'

red 230 ◦ green 199 ◦ blue 84

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

Shades of Festival #E6C754

Tints of Festival #E6C754

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 84 (33.2% from 255) = 16.37%

R = 44.83%
G = 38.79%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6C754 (or 0xE6C754) is known color: Festival. HEX triplet: E6, C7 and 54. RGB value is (230,199,84). Sum of RGB (Red+Green+Blue) = 230+199+84=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C754 is #1938AB. Grayscale: #C3C3C3. Windows color (decimal): -1652908 or 5556198. OLE color: 5556198.

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

Color convert

RGB 230 199 84 -
CMYK 0 0.13 0.63 0.10
HSL 47.26º 0.74% 0.62% -
HSV(B) 47.26º 0.63% 0.9% -
XYZ 54.66 58.31 16.76 -
YUV 195.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 230 199 84 0 0.13 0.63 0.10 47.26 0.74 0.62
Hex E6 C7 54 0 D 3F A 2F 4A 3E
Octal 346 307 124 0 15 77 12 57 112 76
Binary 11100110 11000111 1010100 0 1101 111111 1010 101111 1001010 111110

Color Harmonies of #E6C754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C754

Black with #E6C754

Text Example


Text Example

White with #E6C754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C754; }

 p { color: rgb(230,199,84); }

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

background-color css

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

 a { background-color: rgb(230,199,84); }

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

border-color css

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

 span { border-color: rgb(230,199,84); }

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