Html Css Color HEX #E0BE3C Confetti

📋 copy color: '#E0BE3C'

red 224 ◦ green 190 ◦ blue 60

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

Shades of Confetti #E0BE3C

Tints of Confetti #E0BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.08%

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

R = 47.26%
G = 40.08%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0BE3C (or 0xE0BE3C) is known color: Confetti. HEX triplet: E0, BE and 3C. RGB value is (224,190,60). Sum of RGB (Red+Green+Blue) = 224+190+60=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BE3C is #1F41C3. Grayscale: #B9B9B9. Windows color (decimal): -2048452 or 3981024. OLE color: 3981024.

HSL color Cylindrical-coordinate representation of color #E0BE3C: hue angle of 47.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0BE3C is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 190 60 -
CMYK 0 0.15 0.73 0.12
HSL 47.56º 0.73% 0.56% -
HSV(B) 47.56º 0.73% 0.88% -
XYZ 49.97 53 11.87 -
YUV 185.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 224 190 60 0 0.15 0.73 0.12 47.56 0.73 0.56
Hex E0 BE 3C 0 F 49 C 30 49 38
Octal 340 276 74 0 17 111 14 60 111 70
Binary 11100000 10111110 111100 0 1111 1001001 1100 110000 1001001 111000

Color Harmonies of #E0BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BE3C

Black with #E0BE3C

Text Example


Text Example

White with #E0BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BE3C; }

 p { color: rgb(224,190,60); }

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

background-color css

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

 a { background-color: rgb(224,190,60); }

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

border-color css

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

 span { border-color: rgb(224,190,60); }

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