Html Css Color HEX #E5C13C Confetti

📋 copy color: '#E5C13C'

red 229 ◦ green 193 ◦ blue 60

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

Shades of Confetti #E5C13C

Tints of Confetti #E5C13C

RGB

 RED value IS 229 (89.84% from 255) = 47.51%

 GREEN value IS 193 (75.78% from 255) = 40.04%

 BLUE value IS 60 (23.83% from 255) = 12.45%

R = 47.51%
G = 40.04%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5C13C (or 0xE5C13C) is known color: Confetti. HEX triplet: E5, C1 and 3C. RGB value is (229,193,60). Sum of RGB (Red+Green+Blue) = 229+193+60=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C13C is #1A3EC3. Grayscale: #BDBDBD. Windows color (decimal): -1720004 or 3981797. OLE color: 3981797.

HSL color Cylindrical-coordinate representation of color #E5C13C: hue angle of 47.22º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5C13C is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 193 60 -
CMYK 0 0.16 0.74 0.10
HSL 47.22º 0.76% 0.57% -
HSV(B) 47.22º 0.74% 0.9% -
XYZ 52.2 55.12 12.16 -
YUV 188.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 229 193 60 0 0.16 0.74 0.10 47.22 0.76 0.57
Hex E5 C1 3C 0 10 4A A 2F 4C 39
Octal 345 301 74 0 20 112 12 57 114 71
Binary 11100101 11000001 111100 0 10000 1001010 1010 101111 1001100 111001

Color Harmonies of #E5C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C13C

Black with #E5C13C

Text Example


Text Example

White with #E5C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C13C; }

 p { color: rgb(229,193,60); }

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

background-color css

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

 a { background-color: rgb(229,193,60); }

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

border-color css

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

 span { border-color: rgb(229,193,60); }

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