Html Css Color HEX #E7D34B Festival

📋 copy color: '#E7D34B'

red 231 ◦ green 211 ◦ blue 75

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

Shades of Festival #E7D34B

Tints of Festival #E7D34B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.81%

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

R = 44.68%
G = 40.81%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7D34B (or 0xE7D34B) is known color: Festival. HEX triplet: E7, D3 and 4B. RGB value is (231,211,75). Sum of RGB (Red+Green+Blue) = 231+211+75=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D34B is #182CB4. Grayscale: #CACACA. Windows color (decimal): -1584309 or 4969447. OLE color: 4969447.

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

Color convert

RGB 231 211 75 -
CMYK 0 0.09 0.68 0.09
HSL 52.31º 0.76% 0.6% -
HSV(B) 52.31º 0.68% 0.91% -
XYZ 57.52 64.09 15.99 -
YUV 201.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 231 211 75 0 0.09 0.68 0.09 52.31 0.76 0.6
Hex E7 D3 4B 0 9 44 9 34 4C 3C
Octal 347 323 113 0 11 104 11 64 114 74
Binary 11100111 11010011 1001011 0 1001 1000100 1001 110100 1001100 111100

Color Harmonies of #E7D34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D34B

Black with #E7D34B

Text Example


Text Example

White with #E7D34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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