Html Css Color HEX #E5CF42 Confetti

📋 copy color: '#E5CF42'

red 229 ◦ green 207 ◦ blue 66

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

Shades of Confetti #E5CF42

Tints of Confetti #E5CF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.15%

R = 45.62%
G = 41.24%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E5CF42 (or 0xE5CF42) is known color: Confetti. HEX triplet: E5, CF and 42. RGB value is (229,207,66). Sum of RGB (Red+Green+Blue) = 229+207+66=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF42 is #1A30BD. Grayscale: #C6C6C6. Windows color (decimal): -1716414 or 4378597. OLE color: 4378597.

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

Color convert

RGB 229 207 66 -
CMYK 0 0.10 0.71 0.10
HSL 51.9º 0.76% 0.58% -
HSV(B) 51.9º 0.71% 0.9% -
XYZ 55.61 61.68 14.13 -
YUV 197.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 229 207 66 0 0.10 0.71 0.10 51.9 0.76 0.58
Hex E5 CF 42 0 A 47 A 34 4C 3A
Octal 345 317 102 0 12 107 12 64 114 72
Binary 11100101 11001111 1000010 0 1010 1000111 1010 110100 1001100 111010

Color Harmonies of #E5CF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF42

Black with #E5CF42

Text Example


Text Example

White with #E5CF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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