Html Css Color HEX #E7CF48 Festival

📋 copy color: '#E7CF48'

red 231 ◦ green 207 ◦ blue 72

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

Shades of Festival #E7CF48

Tints of Festival #E7CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.59%

 BLUE value IS 72 (28.52% from 255) = 14.12%

R = 45.29%
G = 40.59%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E7CF48 (or 0xE7CF48) is known color: Festival. HEX triplet: E7, CF and 48. RGB value is (231,207,72). Sum of RGB (Red+Green+Blue) = 231+207+72=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CF48 is #1830B7. Grayscale: #C7C7C7. Windows color (decimal): -1585336 or 4771815. OLE color: 4771815.

HSL color Cylindrical-coordinate representation of color #E7CF48: hue angle of 50.94º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7CF48 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 72 -
CMYK 0 0.10 0.69 0.09
HSL 50.94º 0.77% 0.59% -
HSV(B) 50.94º 0.69% 0.91% -
XYZ 56.44 62.08 15.14 -
YUV 198.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 231 207 72 0 0.10 0.69 0.09 50.94 0.77 0.59
Hex E7 CF 48 0 A 45 9 33 4D 3B
Octal 347 317 110 0 12 105 11 63 115 73
Binary 11100111 11001111 1001000 0 1010 1000101 1001 110011 1001101 111011

Color Harmonies of #E7CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF48

Black with #E7CF48

Text Example


Text Example

White with #E7CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF48; }

 p { color: rgb(231,207,72); }

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

background-color css

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

 a { background-color: rgb(231,207,72); }

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

border-color css

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

 span { border-color: rgb(231,207,72); }

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