Html Css Color HEX #E0CB52 Confetti

📋 copy color: '#E0CB52'

red 224 ◦ green 203 ◦ blue 82

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

Shades of Confetti #E0CB52

Tints of Confetti #E0CB52

RGB

 RED value IS 224 (87.89% from 255) = 44.01%

 GREEN value IS 203 (79.69% from 255) = 39.88%

 BLUE value IS 82 (32.42% from 255) = 16.11%

R = 44.01%
G = 39.88%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E0CB52 (or 0xE0CB52) is known color: Confetti. HEX triplet: E0, CB and 52. RGB value is (224,203,82). Sum of RGB (Red+Green+Blue) = 224+203+82=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB52 is #1F34AD. Grayscale: #C3C3C3. Windows color (decimal): -2045102 or 5426144. OLE color: 5426144.

HSL color Cylindrical-coordinate representation of color #E0CB52: hue angle of 51.13º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0CB52 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 203 82 -
CMYK 0 0.09 0.63 0.12
HSL 51.13º 0.7% 0.6% -
HSV(B) 51.13º 0.63% 0.88% -
XYZ 53.62 59.17 16.58 -
YUV 195.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 224 203 82 0 0.09 0.63 0.12 51.13 0.7 0.6
Hex E0 CB 52 0 9 3F C 33 46 3C
Octal 340 313 122 0 11 77 14 63 106 74
Binary 11100000 11001011 1010010 0 1001 111111 1100 110011 1000110 111100

Color Harmonies of #E0CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB52

Black with #E0CB52

Text Example


Text Example

White with #E0CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB52; }

 p { color: rgb(224,203,82); }

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

background-color css

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

 a { background-color: rgb(224,203,82); }

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

border-color css

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

 span { border-color: rgb(224,203,82); }

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