Html Css Color HEX #E0642A Gold Drop

📋 copy color: '#E0642A'

red 224 ◦ green 100 ◦ blue 42

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

Shades of Gold Drop #E0642A

Tints of Gold Drop #E0642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 61.2%
G = 27.32%
B = 11.48%

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

#E0642A (or 0xE0642A) is known color: Gold Drop. HEX triplet: E0, 64 and 2A. RGB value is (224,100,42). Sum of RGB (Red+Green+Blue) = 224+100+42=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0642A is #1F9BD5. Grayscale: #828282. Windows color (decimal): -2071510 or 2778336. OLE color: 2778336.

HSL color Cylindrical-coordinate representation of color #E0642A: hue angle of 19.12º degrees, saturation: 0.75, 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 #E0642A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 42 -
CMYK 0 0.55 0.81 0.12
HSL 19.12º 0.75% 0.52% -
HSV(B) 19.12º 0.81% 0.88% -
XYZ 35.72 25.13 5.16 -
YUV 130.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 224 100 42 0 0.55 0.81 0.12 19.12 0.75 0.52
Hex E0 64 2A 0 37 51 C 13 4B 34
Octal 340 144 52 0 67 121 14 23 113 64
Binary 11100000 1100100 101010 0 110111 1010001 1100 10011 1001011 110100

Color Harmonies of #E0642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0642A

Black with #E0642A

Text Example


Text Example

White with #E0642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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