Html Css Color HEX #E7D44B Festival

📋 copy color: '#E7D44B'

red 231 ◦ green 212 ◦ blue 75

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

Shades of Festival #E7D44B

Tints of Festival #E7D44B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 75 (29.69% from 255) = 14.48%

R = 44.59%
G = 40.93%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7D44B (or 0xE7D44B) is known color: Festival. HEX triplet: E7, D4 and 4B. RGB value is (231,212,75). Sum of RGB (Red+Green+Blue) = 231+212+75=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D44B is #182BB4. Grayscale: #CACACA. Windows color (decimal): -1584053 or 4969703. OLE color: 4969703.

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

Color convert

RGB 231 212 75 -
CMYK 0 0.08 0.68 0.09
HSL 52.69º 0.76% 0.6% -
HSV(B) 52.69º 0.68% 0.91% -
XYZ 57.77 64.58 16.08 -
YUV 202.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 231 212 75 0 0.08 0.68 0.09 52.69 0.76 0.6
Hex E7 D4 4B 0 8 44 9 35 4C 3C
Octal 347 324 113 0 10 104 11 65 114 74
Binary 11100111 11010100 1001011 0 1000 1000100 1001 110101 1001100 111100

Color Harmonies of #E7D44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D44B

Black with #E7D44B

Text Example


Text Example

White with #E7D44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D44B; }

 p { color: rgb(231,212,75); }

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

background-color css

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

 a { background-color: rgb(231,212,75); }

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

border-color css

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

 span { border-color: rgb(231,212,75); }

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