Html Css Color HEX #E4CA40 Confetti

📋 copy color: '#E4CA40'

red 228 ◦ green 202 ◦ blue 64

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

Shades of Confetti #E4CA40

Tints of Confetti #E4CA40

RGB

 RED value IS 228 (89.45% from 255) = 46.15%

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

 BLUE value IS 64 (25.39% from 255) = 12.96%

R = 46.15%
G = 40.89%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E4CA40 (or 0xE4CA40) is known color: Confetti. HEX triplet: E4, CA and 40. RGB value is (228,202,64). Sum of RGB (Red+Green+Blue) = 228+202+64=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CA40 is #1B35BF. Grayscale: #C2C2C2. Windows color (decimal): -1783232 or 4246244. OLE color: 4246244.

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

Color convert

RGB 228 202 64 -
CMYK 0 0.11 0.72 0.11
HSL 50.49º 0.75% 0.57% -
HSV(B) 50.49º 0.72% 0.89% -
XYZ 54.04 59.11 13.41 -
YUV 194.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 228 202 64 0 0.11 0.72 0.11 50.49 0.75 0.57
Hex E4 CA 40 0 B 48 B 32 4B 39
Octal 344 312 100 0 13 110 13 62 113 71
Binary 11100100 11001010 1000000 0 1011 1001000 1011 110010 1001011 111001

Color Harmonies of #E4CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CA40

Black with #E4CA40

Text Example


Text Example

White with #E4CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CA40; }

 p { color: rgb(228,202,64); }

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

background-color css

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

 a { background-color: rgb(228,202,64); }

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

border-color css

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

 span { border-color: rgb(228,202,64); }

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