Html Css Color HEX #E5CA3A Confetti

📋 copy color: '#E5CA3A'

red 229 ◦ green 202 ◦ blue 58

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

Shades of Confetti #E5CA3A

Tints of Confetti #E5CA3A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 46.83%
G = 41.31%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5CA3A (or 0xE5CA3A) is known color: Confetti. HEX triplet: E5, CA and 3A. RGB value is (229,202,58). Sum of RGB (Red+Green+Blue) = 229+202+58=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA3A is #1A35C5. Grayscale: #C2C2C2. Windows color (decimal): -1717702 or 3853029. OLE color: 3853029.

HSL color Cylindrical-coordinate representation of color #E5CA3A: hue angle of 50.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5CA3A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 202 58 -
CMYK 0 0.12 0.75 0.10
HSL 50.53º 0.77% 0.56% -
HSV(B) 50.53º 0.75% 0.9% -
XYZ 54.2 59.2 12.57 -
YUV 193.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 229 202 58 0 0.12 0.75 0.10 50.53 0.77 0.56
Hex E5 CA 3A 0 C 4B A 33 4D 38
Octal 345 312 72 0 14 113 12 63 115 70
Binary 11100101 11001010 111010 0 1100 1001011 1010 110011 1001101 111000

Color Harmonies of #E5CA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA3A

Black with #E5CA3A

Text Example


Text Example

White with #E5CA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA3A; }

 p { color: rgb(229,202,58); }

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

background-color css

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

 a { background-color: rgb(229,202,58); }

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

border-color css

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

 span { border-color: rgb(229,202,58); }

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