Html Css Color HEX #E6C94C Festival

📋 copy color: '#E6C94C'

red 230 ◦ green 201 ◦ blue 76

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

Shades of Festival #E6C94C

Tints of Festival #E6C94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.64%

 BLUE value IS 76 (30.08% from 255) = 14.99%

R = 45.36%
G = 39.64%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6C94C (or 0xE6C94C) is known color: Festival. HEX triplet: E6, C9 and 4C. RGB value is (230,201,76). Sum of RGB (Red+Green+Blue) = 230+201+76=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C94C is #1936B3. Grayscale: #C3C3C3. Windows color (decimal): -1652404 or 5032422. OLE color: 5032422.

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

Color convert

RGB 230 201 76 -
CMYK 0 0.13 0.67 0.10
HSL 48.7º 0.75% 0.6% -
HSV(B) 48.7º 0.67% 0.9% -
XYZ 54.82 59.12 15.36 -
YUV 195.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 230 201 76 0 0.13 0.67 0.10 48.7 0.75 0.6
Hex E6 C9 4C 0 D 43 A 31 4B 3C
Octal 346 311 114 0 15 103 12 61 113 74
Binary 11100110 11001001 1001100 0 1101 1000011 1010 110001 1001011 111100

Color Harmonies of #E6C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C94C

Black with #E6C94C

Text Example


Text Example

White with #E6C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C94C; }

 p { color: rgb(230,201,76); }

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

background-color css

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

 a { background-color: rgb(230,201,76); }

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

border-color css

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

 span { border-color: rgb(230,201,76); }

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