Html Css Color HEX #E5CF3D Confetti

📋 copy color: '#E5CF3D'

red 229 ◦ green 207 ◦ blue 61

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

Shades of Confetti #E5CF3D

Tints of Confetti #E5CF3D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.65%

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 46.08%
G = 41.65%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5CF3D (or 0xE5CF3D) is known color: Confetti. HEX triplet: E5, CF and 3D. RGB value is (229,207,61). Sum of RGB (Red+Green+Blue) = 229+207+61=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF3D is #1A30C2. Grayscale: #C5C5C5. Windows color (decimal): -1716419 or 4050917. OLE color: 4050917.

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

Color convert

RGB 229 207 61 -
CMYK 0 0.10 0.73 0.10
HSL 52.14º 0.76% 0.57% -
HSV(B) 52.14º 0.73% 0.9% -
XYZ 55.47 61.62 13.39 -
YUV 196.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 229 207 61 0 0.10 0.73 0.10 52.14 0.76 0.57
Hex E5 CF 3D 0 A 49 A 34 4C 39
Octal 345 317 75 0 12 111 12 64 114 71
Binary 11100101 11001111 111101 0 1010 1001001 1010 110100 1001100 111001

Color Harmonies of #E5CF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF3D

Black with #E5CF3D

Text Example


Text Example

White with #E5CF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF3D; }

 p { color: rgb(229,207,61); }

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

background-color css

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

 a { background-color: rgb(229,207,61); }

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

border-color css

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

 span { border-color: rgb(229,207,61); }

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