Html Css Color HEX #E0C345 Confetti

📋 copy color: '#E0C345'

red 224 ◦ green 195 ◦ blue 69

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

Shades of Confetti #E0C345

Tints of Confetti #E0C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 69 (27.34% from 255) = 14.14%

R = 45.9%
G = 39.96%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E0C345 (or 0xE0C345) is known color: Confetti. HEX triplet: E0, C3 and 45. RGB value is (224,195,69). Sum of RGB (Red+Green+Blue) = 224+195+69=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C345 is #1F3CBA. Grayscale: #BDBDBD. Windows color (decimal): -2047163 or 4572128. OLE color: 4572128.

HSL color Cylindrical-coordinate representation of color #E0C345: hue angle of 48.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0C345 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 195 69 -
CMYK 0 0.13 0.69 0.12
HSL 48.77º 0.71% 0.57% -
HSV(B) 48.77º 0.69% 0.88% -
XYZ 51.33 55.31 13.6 -
YUV 189.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 224 195 69 0 0.13 0.69 0.12 48.77 0.71 0.57
Hex E0 C3 45 0 D 45 C 31 47 39
Octal 340 303 105 0 15 105 14 61 107 71
Binary 11100000 11000011 1000101 0 1101 1000101 1100 110001 1000111 111001

Color Harmonies of #E0C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C345

Black with #E0C345

Text Example


Text Example

White with #E0C345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C345; }

 p { color: rgb(224,195,69); }

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

background-color css

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

 a { background-color: rgb(224,195,69); }

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

border-color css

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

 span { border-color: rgb(224,195,69); }

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