Html Css Color HEX #E5CF3A Confetti

📋 copy color: '#E5CF3A'

red 229 ◦ green 207 ◦ blue 58

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

Shades of Confetti #E5CF3A

Tints of Confetti #E5CF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.74%

R = 46.36%
G = 41.9%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5CF3A (or 0xE5CF3A) is known color: Confetti. HEX triplet: E5, CF and 3A. RGB value is (229,207,58). Sum of RGB (Red+Green+Blue) = 229+207+58=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF3A is #1A30C5. Grayscale: #C5C5C5. Windows color (decimal): -1716422 or 3854309. OLE color: 3854309.

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

Color convert

RGB 229 207 58 -
CMYK 0 0.10 0.75 0.10
HSL 52.28º 0.77% 0.56% -
HSV(B) 52.28º 0.75% 0.9% -
XYZ 55.39 61.59 12.97 -
YUV 196.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 229 207 58 0 0.10 0.75 0.10 52.28 0.77 0.56
Hex E5 CF 3A 0 A 4B A 34 4D 38
Octal 345 317 72 0 12 113 12 64 115 70
Binary 11100101 11001111 111010 0 1010 1001011 1010 110100 1001101 111000

Color Harmonies of #E5CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF3A

Black with #E5CF3A

Text Example


Text Example

White with #E5CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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