Html Css Color HEX #E5D648 Festival

📋 copy color: '#E5D648'

red 229 ◦ green 214 ◦ blue 72

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

Shades of Festival #E5D648

Tints of Festival #E5D648

RGB

 RED value IS 229 (89.84% from 255) = 44.47%

 GREEN value IS 214 (83.98% from 255) = 41.55%

 BLUE value IS 72 (28.52% from 255) = 13.98%

R = 44.47%
G = 41.55%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E5D648 (or 0xE5D648) is known color: Festival. HEX triplet: E5, D6 and 48. RGB value is (229,214,72). Sum of RGB (Red+Green+Blue) = 229+214+72=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D648 is #1A29B7. Grayscale: #CACACA. Windows color (decimal): -1714616 or 4773605. OLE color: 4773605.

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

Color convert

RGB 229 214 72 -
CMYK 0 0.07 0.69 0.10
HSL 54.27º 0.75% 0.59% -
HSV(B) 54.27º 0.69% 0.9% -
XYZ 57.53 65.22 15.69 -
YUV 202.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 229 214 72 0 0.07 0.69 0.10 54.27 0.75 0.59
Hex E5 D6 48 0 7 45 A 36 4B 3B
Octal 345 326 110 0 7 105 12 66 113 73
Binary 11100101 11010110 1001000 0 111 1000101 1010 110110 1001011 111011

Color Harmonies of #E5D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D648

Black with #E5D648

Text Example


Text Example

White with #E5D648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D648; }

 p { color: rgb(229,214,72); }

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

background-color css

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

 a { background-color: rgb(229,214,72); }

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

border-color css

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

 span { border-color: rgb(229,214,72); }

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