Html Css Color HEX #E2CB3F Confetti

📋 copy color: '#E2CB3F'

red 226 ◦ green 203 ◦ blue 63

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

Shades of Confetti #E2CB3F

Tints of Confetti #E2CB3F

RGB

 RED value IS 226 (88.67% from 255) = 45.93%

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

 BLUE value IS 63 (25% from 255) = 12.8%

R = 45.93%
G = 41.26%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2CB3F (or 0xE2CB3F) is known color: Confetti. HEX triplet: E2, CB and 3F. RGB value is (226,203,63). Sum of RGB (Red+Green+Blue) = 226+203+63=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CB3F is #1D34C0. Grayscale: #C2C2C2. Windows color (decimal): -1914049 or 4180962. OLE color: 4180962.

HSL color Cylindrical-coordinate representation of color #E2CB3F: hue angle of 51.53º degrees, saturation: 0.74, 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 #E2CB3F is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 203 63 -
CMYK 0 0.10 0.72 0.11
HSL 51.53º 0.74% 0.57% -
HSV(B) 51.53º 0.72% 0.89% -
XYZ 53.62 59.24 13.31 -
YUV 193.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 226 203 63 0 0.10 0.72 0.11 51.53 0.74 0.57
Hex E2 CB 3F 0 A 48 B 34 4A 39
Octal 342 313 77 0 12 110 13 64 112 71
Binary 11100010 11001011 111111 0 1010 1001000 1011 110100 1001010 111001

Color Harmonies of #E2CB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB3F

Black with #E2CB3F

Text Example


Text Example

White with #E2CB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB3F; }

 p { color: rgb(226,203,63); }

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

background-color css

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

 a { background-color: rgb(226,203,63); }

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

border-color css

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

 span { border-color: rgb(226,203,63); }

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