Html Css Color HEX #E0CF41 Confetti

📋 copy color: '#E0CF41'

red 224 ◦ green 207 ◦ blue 65

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

Shades of Confetti #E0CF41

Tints of Confetti #E0CF41

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 45.16%
G = 41.73%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E0CF41 (or 0xE0CF41) is known color: Confetti. HEX triplet: E0, CF and 41. RGB value is (224,207,65). Sum of RGB (Red+Green+Blue) = 224+207+65=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CF41 is #1F30BE. Grayscale: #C4C4C4. Windows color (decimal): -2044095 or 4313056. OLE color: 4313056.

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

Color convert

RGB 224 207 65 -
CMYK 0 0.08 0.71 0.12
HSL 53.58º 0.72% 0.57% -
HSV(B) 53.58º 0.71% 0.88% -
XYZ 54.01 60.85 13.9 -
YUV 195.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 224 207 65 0 0.08 0.71 0.12 53.58 0.72 0.57
Hex E0 CF 41 0 8 47 C 36 48 39
Octal 340 317 101 0 10 107 14 66 110 71
Binary 11100000 11001111 1000001 0 1000 1000111 1100 110110 1001000 111001

Color Harmonies of #E0CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CF41

Black with #E0CF41

Text Example


Text Example

White with #E0CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CF41; }

 p { color: rgb(224,207,65); }

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

background-color css

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

 a { background-color: rgb(224,207,65); }

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

border-color css

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

 span { border-color: rgb(224,207,65); }

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