Html Css Color HEX #E7CD4E Festival

📋 copy color: '#E7CD4E'

red 231 ◦ green 205 ◦ blue 78

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

Shades of Festival #E7CD4E

Tints of Festival #E7CD4E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.88%

 BLUE value IS 78 (30.86% from 255) = 15.18%

R = 44.94%
G = 39.88%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7CD4E (or 0xE7CD4E) is known color: Festival. HEX triplet: E7, CD and 4E. RGB value is (231,205,78). Sum of RGB (Red+Green+Blue) = 231+205+78=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD4E is #1832B1. Grayscale: #C6C6C6. Windows color (decimal): -1585842 or 5164519. OLE color: 5164519.

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

Color convert

RGB 231 205 78 -
CMYK 0 0.11 0.66 0.09
HSL 49.8º 0.76% 0.61% -
HSV(B) 49.8º 0.66% 0.91% -
XYZ 56.16 61.2 16.06 -
YUV 198.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 231 205 78 0 0.11 0.66 0.09 49.8 0.76 0.61
Hex E7 CD 4E 0 B 42 9 32 4C 3D
Octal 347 315 116 0 13 102 11 62 114 75
Binary 11100111 11001101 1001110 0 1011 1000010 1001 110010 1001100 111101

Color Harmonies of #E7CD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD4E

Black with #E7CD4E

Text Example


Text Example

White with #E7CD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD4E; }

 p { color: rgb(231,205,78); }

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

background-color css

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

 a { background-color: rgb(231,205,78); }

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

border-color css

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

 span { border-color: rgb(231,205,78); }

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