Html Css Color HEX #E0CB3E Confetti

📋 copy color: '#E0CB3E'

red 224 ◦ green 203 ◦ blue 62

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

Shades of Confetti #E0CB3E

Tints of Confetti #E0CB3E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.51%

 BLUE value IS 62 (24.61% from 255) = 12.68%

R = 45.81%
G = 41.51%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0CB3E (or 0xE0CB3E) is known color: Confetti. HEX triplet: E0, CB and 3E. RGB value is (224,203,62). Sum of RGB (Red+Green+Blue) = 224+203+62=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB3E is #1F34C1. Grayscale: #C1C1C1. Windows color (decimal): -2045122 or 4115424. OLE color: 4115424.

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

Color convert

RGB 224 203 62 -
CMYK 0 0.09 0.72 0.12
HSL 52.22º 0.72% 0.56% -
HSV(B) 52.22º 0.72% 0.88% -
XYZ 52.97 58.91 13.14 -
YUV 193.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 224 203 62 0 0.09 0.72 0.12 52.22 0.72 0.56
Hex E0 CB 3E 0 9 48 C 34 48 38
Octal 340 313 76 0 11 110 14 64 110 70
Binary 11100000 11001011 111110 0 1001 1001000 1100 110100 1001000 111000

Color Harmonies of #E0CB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB3E

Black with #E0CB3E

Text Example


Text Example

White with #E0CB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB3E; }

 p { color: rgb(224,203,62); }

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

background-color css

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

 a { background-color: rgb(224,203,62); }

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

border-color css

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

 span { border-color: rgb(224,203,62); }

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