Html Css Color HEX #E5CE3C Confetti

📋 copy color: '#E5CE3C'

red 229 ◦ green 206 ◦ blue 60

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

Shades of Confetti #E5CE3C

Tints of Confetti #E5CE3C

RGB

 RED value IS 229 (89.84% from 255) = 46.26%

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

 BLUE value IS 60 (23.83% from 255) = 12.12%

R = 46.26%
G = 41.62%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5CE3C (or 0xE5CE3C) is known color: Confetti. HEX triplet: E5, CE and 3C. RGB value is (229,206,60). Sum of RGB (Red+Green+Blue) = 229+206+60=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE3C is #1A31C3. Grayscale: #C4C4C4. Windows color (decimal): -1716676 or 3985125. OLE color: 3985125.

HSL color Cylindrical-coordinate representation of color #E5CE3C: hue angle of 51.83º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5CE3C is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 60 -
CMYK 0 0.10 0.74 0.10
HSL 51.83º 0.76% 0.57% -
HSV(B) 51.83º 0.74% 0.9% -
XYZ 55.2 61.13 13.16 -
YUV 196.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 229 206 60 0 0.10 0.74 0.10 51.83 0.76 0.57
Hex E5 CE 3C 0 A 4A A 34 4C 39
Octal 345 316 74 0 12 112 12 64 114 71
Binary 11100101 11001110 111100 0 1010 1001010 1010 110100 1001100 111001

Color Harmonies of #E5CE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE3C

Black with #E5CE3C

Text Example


Text Example

White with #E5CE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE3C; }

 p { color: rgb(229,206,60); }

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

background-color css

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

 a { background-color: rgb(229,206,60); }

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

border-color css

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

 span { border-color: rgb(229,206,60); }

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