Html Css Color HEX #E0C13C Confetti

📋 copy color: '#E0C13C'

red 224 ◦ green 193 ◦ blue 60

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

Shades of Confetti #E0C13C

Tints of Confetti #E0C13C

RGB

 RED value IS 224 (87.89% from 255) = 46.96%

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

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

R = 46.96%
G = 40.46%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0C13C (or 0xE0C13C) is known color: Confetti. HEX triplet: E0, C1 and 3C. RGB value is (224,193,60). Sum of RGB (Red+Green+Blue) = 224+193+60=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C13C is #1F3EC3. Grayscale: #BBBBBB. Windows color (decimal): -2047684 or 3981792. OLE color: 3981792.

HSL color Cylindrical-coordinate representation of color #E0C13C: hue angle of 48.66º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0C13C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 193 60 -
CMYK 0 0.14 0.73 0.12
HSL 48.66º 0.73% 0.56% -
HSV(B) 48.66º 0.73% 0.88% -
XYZ 50.63 54.31 12.09 -
YUV 187.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 224 193 60 0 0.14 0.73 0.12 48.66 0.73 0.56
Hex E0 C1 3C 0 E 49 C 31 49 38
Octal 340 301 74 0 16 111 14 61 111 70
Binary 11100000 11000001 111100 0 1110 1001001 1100 110001 1001001 111000

Color Harmonies of #E0C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C13C

Black with #E0C13C

Text Example


Text Example

White with #E0C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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