Html Css Color HEX #E7CB48 Festival

📋 copy color: '#E7CB48'

red 231 ◦ green 203 ◦ blue 72

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

Shades of Festival #E7CB48

Tints of Festival #E7CB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.12%

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

R = 45.65%
G = 40.12%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E7CB48 (or 0xE7CB48) is known color: Festival. HEX triplet: E7, CB and 48. RGB value is (231,203,72). Sum of RGB (Red+Green+Blue) = 231+203+72=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CB48 is #1834B7. Grayscale: #C4C4C4. Windows color (decimal): -1586360 or 4770791. OLE color: 4770791.

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

Color convert

RGB 231 203 72 -
CMYK 0 0.12 0.69 0.09
HSL 49.43º 0.77% 0.59% -
HSV(B) 49.43º 0.69% 0.91% -
XYZ 55.48 60.17 14.82 -
YUV 196.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 231 203 72 0 0.12 0.69 0.09 49.43 0.77 0.59
Hex E7 CB 48 0 C 45 9 31 4D 3B
Octal 347 313 110 0 14 105 11 61 115 73
Binary 11100111 11001011 1001000 0 1100 1000101 1001 110001 1001101 111011

Color Harmonies of #E7CB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CB48

Black with #E7CB48

Text Example


Text Example

White with #E7CB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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