Html Css Color HEX #E7CE52 Festival

📋 copy color: '#E7CE52'

red 231 ◦ green 206 ◦ blue 82

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

Shades of Festival #E7CE52

Tints of Festival #E7CE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

 BLUE value IS 82 (32.42% from 255) = 15.8%

R = 44.51%
G = 39.69%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E7CE52 (or 0xE7CE52) is known color: Festival. HEX triplet: E7, CE and 52. RGB value is (231,206,82). Sum of RGB (Red+Green+Blue) = 231+206+82=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE52 is #1831AD. Grayscale: #C7C7C7. Windows color (decimal): -1585582 or 5426919. OLE color: 5426919.

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

Color convert

RGB 231 206 82 -
CMYK 0 0.11 0.65 0.09
HSL 49.93º 0.76% 0.61% -
HSV(B) 49.93º 0.65% 0.91% -
XYZ 56.55 61.74 16.92 -
YUV 199.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 231 206 82 0 0.11 0.65 0.09 49.93 0.76 0.61
Hex E7 CE 52 0 B 41 9 32 4C 3D
Octal 347 316 122 0 13 101 11 62 114 75
Binary 11100111 11001110 1010010 0 1011 1000001 1001 110010 1001100 111101

Color Harmonies of #E7CE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CE52

Black with #E7CE52

Text Example


Text Example

White with #E7CE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CE52; }

 p { color: rgb(231,206,82); }

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

background-color css

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

 a { background-color: rgb(231,206,82); }

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

border-color css

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

 span { border-color: rgb(231,206,82); }

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