Html Css Color HEX #E7CD4B Festival

📋 copy color: '#E7CD4B'

red 231 ◦ green 205 ◦ blue 75

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

Shades of Festival #E7CD4B

Tints of Festival #E7CD4B

RGB

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

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

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

R = 45.21%
G = 40.12%
B = 14.68%

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

#E7CD4B (or 0xE7CD4B) is known color: Festival. HEX triplet: E7, CD and 4B. RGB value is (231,205,75). Sum of RGB (Red+Green+Blue) = 231+205+75=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD4B is #1832B4. Grayscale: #C6C6C6. Windows color (decimal): -1585845 or 4967911. OLE color: 4967911.

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

Color convert

RGB 231 205 75 -
CMYK 0 0.11 0.68 0.09
HSL 50º 0.76% 0.6% -
HSV(B) 50º 0.68% 0.91% -
XYZ 56.06 61.16 15.51 -
YUV 197.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 231 205 75 0 0.11 0.68 0.09 50 0.76 0.6
Hex E7 CD 4B 0 B 44 9 32 4C 3C
Octal 347 315 113 0 13 104 11 62 114 74
Binary 11100111 11001101 1001011 0 1011 1000100 1001 110010 1001100 111100

Color Harmonies of #E7CD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD4B

Black with #E7CD4B

Text Example


Text Example

White with #E7CD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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