Html Css Color HEX #E0CE4B Confetti

📋 copy color: '#E0CE4B'

red 224 ◦ green 206 ◦ blue 75

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

Shades of Confetti #E0CE4B

Tints of Confetti #E0CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.79%

 BLUE value IS 75 (29.69% from 255) = 14.85%

R = 44.36%
G = 40.79%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0CE4B (or 0xE0CE4B) is known color: Confetti. HEX triplet: E0, CE and 4B. RGB value is (224,206,75). Sum of RGB (Red+Green+Blue) = 224+206+75=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE4B is #1F31B4. Grayscale: #C4C4C4. Windows color (decimal): -2044341 or 4968160. OLE color: 4968160.

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

Color convert

RGB 224 206 75 -
CMYK 0 0.08 0.67 0.12
HSL 52.75º 0.71% 0.59% -
HSV(B) 52.75º 0.67% 0.88% -
XYZ 54.08 60.5 15.48 -
YUV 196.45 59.46 147.65 -
System Red Green Blue C M Y K H S L
Decimal 224 206 75 0 0.08 0.67 0.12 52.75 0.71 0.59
Hex E0 CE 4B 0 8 43 C 35 47 3B
Octal 340 316 113 0 10 103 14 65 107 73
Binary 11100000 11001110 1001011 0 1000 1000011 1100 110101 1000111 111011

Color Harmonies of #E0CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CE4B

Black with #E0CE4B

Text Example


Text Example

White with #E0CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CE4B; }

 p { color: rgb(224,206,75); }

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

background-color css

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

 a { background-color: rgb(224,206,75); }

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

border-color css

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

 span { border-color: rgb(224,206,75); }

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