Html Css Color HEX #E7CD4A Festival

📋 copy color: '#E7CD4A'

red 231 ◦ green 205 ◦ blue 74

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

Shades of Festival #E7CD4A

Tints of Festival #E7CD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 45.29%
G = 40.2%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7CD4A (or 0xE7CD4A) is known color: Festival. HEX triplet: E7, CD and 4A. RGB value is (231,205,74). Sum of RGB (Red+Green+Blue) = 231+205+74=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD4A is #1832B5. Grayscale: #C6C6C6. Windows color (decimal): -1585846 or 4902375. OLE color: 4902375.

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

Color convert

RGB 231 205 74 -
CMYK 0 0.11 0.68 0.09
HSL 50.06º 0.77% 0.6% -
HSV(B) 50.06º 0.68% 0.91% -
XYZ 56.02 61.15 15.33 -
YUV 197.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 231 205 74 0 0.11 0.68 0.09 50.06 0.77 0.6
Hex E7 CD 4A 0 B 44 9 32 4D 3C
Octal 347 315 112 0 13 104 11 62 115 74
Binary 11100111 11001101 1001010 0 1011 1000100 1001 110010 1001101 111100

Color Harmonies of #E7CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD4A

Black with #E7CD4A

Text Example


Text Example

White with #E7CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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