Html Css Color HEX #E2CC4C Confetti

📋 copy color: '#E2CC4C'

red 226 ◦ green 204 ◦ blue 76

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

Shades of Confetti #E2CC4C

Tints of Confetti #E2CC4C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 76 (30.08% from 255) = 15.02%

R = 44.66%
G = 40.32%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2CC4C (or 0xE2CC4C) is known color: Confetti. HEX triplet: E2, CC and 4C. RGB value is (226,204,76). Sum of RGB (Red+Green+Blue) = 226+204+76=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CC4C is #1D33B3. Grayscale: #C4C4C4. Windows color (decimal): -1913780 or 5033186. OLE color: 5033186.

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

Color convert

RGB 226 204 76 -
CMYK 0 0.10 0.66 0.11
HSL 51.2º 0.72% 0.59% -
HSV(B) 51.2º 0.66% 0.89% -
XYZ 54.26 59.88 15.53 -
YUV 195.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 226 204 76 0 0.10 0.66 0.11 51.2 0.72 0.59
Hex E2 CC 4C 0 A 42 B 33 48 3B
Octal 342 314 114 0 12 102 13 63 110 73
Binary 11100010 11001100 1001100 0 1010 1000010 1011 110011 1001000 111011

Color Harmonies of #E2CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC4C

Black with #E2CC4C

Text Example


Text Example

White with #E2CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC4C; }

 p { color: rgb(226,204,76); }

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

background-color css

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

 a { background-color: rgb(226,204,76); }

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

border-color css

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

 span { border-color: rgb(226,204,76); }

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