Html Css Color HEX #E7D04D Festival

📋 copy color: '#E7D04D'

red 231 ◦ green 208 ◦ blue 77

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

Shades of Festival #E7D04D

Tints of Festival #E7D04D

RGB

 RED value IS 231 (90.63% from 255) = 44.77%

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

 BLUE value IS 77 (30.47% from 255) = 14.92%

R = 44.77%
G = 40.31%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7D04D (or 0xE7D04D) is known color: Festival. HEX triplet: E7, D0 and 4D. RGB value is (231,208,77). Sum of RGB (Red+Green+Blue) = 231+208+77=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D04D is #182FB2. Grayscale: #C8C8C8. Windows color (decimal): -1585075 or 5099751. OLE color: 5099751.

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

Color convert

RGB 231 208 77 -
CMYK 0 0.10 0.67 0.09
HSL 51.04º 0.76% 0.6% -
HSV(B) 51.04º 0.67% 0.91% -
XYZ 56.85 62.64 16.11 -
YUV 199.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 231 208 77 0 0.10 0.67 0.09 51.04 0.76 0.6
Hex E7 D0 4D 0 A 43 9 33 4C 3C
Octal 347 320 115 0 12 103 11 63 114 74
Binary 11100111 11010000 1001101 0 1010 1000011 1001 110011 1001100 111100

Color Harmonies of #E7D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D04D

Black with #E7D04D

Text Example


Text Example

White with #E7D04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D04D; }

 p { color: rgb(231,208,77); }

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

background-color css

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

 a { background-color: rgb(231,208,77); }

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

border-color css

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

 span { border-color: rgb(231,208,77); }

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