Html Css Color HEX #E6D053 Festival

📋 copy color: '#E6D053'

red 230 ◦ green 208 ◦ blue 83

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

Shades of Festival #E6D053

Tints of Festival #E6D053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

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

R = 44.15%
G = 39.92%
B = 15.93%

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

#E6D053 (or 0xE6D053) is known color: Festival. HEX triplet: E6, D0 and 53. RGB value is (230,208,83). Sum of RGB (Red+Green+Blue) = 230+208+83=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D053 is #192FAC. Grayscale: #C8C8C8. Windows color (decimal): -1650605 or 5492966. OLE color: 5492966.

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

Color convert

RGB 230 208 83 -
CMYK 0 0.10 0.64 0.10
HSL 51.02º 0.75% 0.61% -
HSV(B) 51.02º 0.64% 0.9% -
XYZ 56.75 62.56 17.27 -
YUV 200.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 230 208 83 0 0.10 0.64 0.10 51.02 0.75 0.61
Hex E6 D0 53 0 A 40 A 33 4B 3D
Octal 346 320 123 0 12 100 12 63 113 75
Binary 11100110 11010000 1010011 0 1010 1000000 1010 110011 1001011 111101

Color Harmonies of #E6D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D053

Black with #E6D053

Text Example


Text Example

White with #E6D053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D053; }

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

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

background-color css

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

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

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

border-color css

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

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

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