Html Css Color HEX #E3CD50 Festival

📋 copy color: '#E3CD50'

red 227 ◦ green 205 ◦ blue 80

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

Shades of Festival #E3CD50

Tints of Festival #E3CD50

RGB

 RED value IS 227 (89.06% from 255) = 44.34%

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 44.34%
G = 40.04%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E3CD50 (or 0xE3CD50) is known color: Festival. HEX triplet: E3, CD and 50. RGB value is (227,205,80). Sum of RGB (Red+Green+Blue) = 227+205+80=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CD50 is #1C32AF. Grayscale: #C5C5C5. Windows color (decimal): -1847984 or 5295587. OLE color: 5295587.

HSL color Cylindrical-coordinate representation of color #E3CD50: hue angle of 51.02º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3CD50 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 205 80 -
CMYK 0 0.10 0.65 0.11
HSL 51.02º 0.72% 0.6% -
HSV(B) 51.02º 0.65% 0.89% -
XYZ 54.96 60.57 16.38 -
YUV 197.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 227 205 80 0 0.10 0.65 0.11 51.02 0.72 0.6
Hex E3 CD 50 0 A 41 B 33 48 3C
Octal 343 315 120 0 12 101 13 63 110 74
Binary 11100011 11001101 1010000 0 1010 1000001 1011 110011 1001000 111100

Color Harmonies of #E3CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CD50

Black with #E3CD50

Text Example


Text Example

White with #E3CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CD50; }

 p { color: rgb(227,205,80); }

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

background-color css

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

 a { background-color: rgb(227,205,80); }

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

border-color css

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

 span { border-color: rgb(227,205,80); }

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