Html Css Color HEX #E0642B Gold Drop

📋 copy color: '#E0642B'

red 224 ◦ green 100 ◦ blue 43

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

Shades of Gold Drop #E0642B

Tints of Gold Drop #E0642B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 61.04%
G = 27.25%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0642B (or 0xE0642B) is known color: Gold Drop. HEX triplet: E0, 64 and 2B. RGB value is (224,100,43). Sum of RGB (Red+Green+Blue) = 224+100+43=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0642B is #1F9BD4. Grayscale: #828282. Windows color (decimal): -2071509 or 2843872. OLE color: 2843872.

HSL color Cylindrical-coordinate representation of color #E0642B: hue angle of 18.9º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0642B is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 43 -
CMYK 0 0.55 0.81 0.12
HSL 18.9º 0.74% 0.52% -
HSV(B) 18.9º 0.81% 0.88% -
XYZ 35.73 25.14 5.25 -
YUV 130.58 78.58 194.63 -
System Red Green Blue C M Y K H S L
Decimal 224 100 43 0 0.55 0.81 0.12 18.9 0.74 0.52
Hex E0 64 2B 0 37 51 C 13 4A 34
Octal 340 144 53 0 67 121 14 23 112 64
Binary 11100000 1100100 101011 0 110111 1010001 1100 10011 1001010 110100

Color Harmonies of #E0642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0642B

Black with #E0642B

Text Example


Text Example

White with #E0642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0642B; }

 p { color: rgb(224,100,43); }

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

background-color css

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

 a { background-color: rgb(224,100,43); }

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

border-color css

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

 span { border-color: rgb(224,100,43); }

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