Html Css Color HEX #E3D150 Festival

📋 copy color: '#E3D150'

red 227 ◦ green 209 ◦ blue 80

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

Shades of Festival #E3D150

Tints of Festival #E3D150

RGB

 RED value IS 227 (89.06% from 255) = 43.99%

 GREEN value IS 209 (82.03% from 255) = 40.5%

 BLUE value IS 80 (31.64% from 255) = 15.5%

R = 43.99%
G = 40.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E3D150 (or 0xE3D150) is known color: Festival. HEX triplet: E3, D1 and 50. RGB value is (227,209,80). Sum of RGB (Red+Green+Blue) = 227+209+80=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D150 is #1C2EAF. Grayscale: #C8C8C8. Windows color (decimal): -1846960 or 5296611. OLE color: 5296611.

HSL color Cylindrical-coordinate representation of color #E3D150: hue angle of 52.65º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3D150 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 209 80 -
CMYK 0 0.08 0.65 0.11
HSL 52.65º 0.72% 0.6% -
HSV(B) 52.65º 0.65% 0.89% -
XYZ 55.93 62.51 16.71 -
YUV 199.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 227 209 80 0 0.08 0.65 0.11 52.65 0.72 0.6
Hex E3 D1 50 0 8 41 B 35 48 3C
Octal 343 321 120 0 10 101 13 65 110 74
Binary 11100011 11010001 1010000 0 1000 1000001 1011 110101 1001000 111100

Color Harmonies of #E3D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D150

Black with #E3D150

Text Example


Text Example

White with #E3D150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D150; }

 p { color: rgb(227,209,80); }

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

background-color css

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

 a { background-color: rgb(227,209,80); }

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

border-color css

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

 span { border-color: rgb(227,209,80); }

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