Html Css Color HEX #E2CA4B Confetti

📋 copy color: '#E2CA4B'

red 226 ◦ green 202 ◦ blue 75

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

Shades of Confetti #E2CA4B

Tints of Confetti #E2CA4B

RGB

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

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

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

R = 44.93%
G = 40.16%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2CA4B (or 0xE2CA4B) is known color: Confetti. HEX triplet: E2, CA and 4B. RGB value is (226,202,75). Sum of RGB (Red+Green+Blue) = 226+202+75=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CA4B is #1D35B4. Grayscale: #C3C3C3. Windows color (decimal): -1914293 or 4967138. OLE color: 4967138.

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

Color convert

RGB 226 202 75 -
CMYK 0 0.11 0.67 0.11
HSL 50.46º 0.72% 0.59% -
HSV(B) 50.46º 0.67% 0.89% -
XYZ 53.75 58.92 15.2 -
YUV 194.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 226 202 75 0 0.11 0.67 0.11 50.46 0.72 0.59
Hex E2 CA 4B 0 B 43 B 32 48 3B
Octal 342 312 113 0 13 103 13 62 110 73
Binary 11100010 11001010 1001011 0 1011 1000011 1011 110010 1001000 111011

Color Harmonies of #E2CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA4B

Black with #E2CA4B

Text Example


Text Example

White with #E2CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA4B; }

 p { color: rgb(226,202,75); }

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

background-color css

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

 a { background-color: rgb(226,202,75); }

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

border-color css

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

 span { border-color: rgb(226,202,75); }

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