Html Css Color HEX #E06128 Gold Drop

📋 copy color: '#E06128'

red 224 ◦ green 97 ◦ blue 40

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

Shades of Gold Drop #E06128

Tints of Gold Drop #E06128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 62.05%
G = 26.87%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E06128 (or 0xE06128) is known color: Gold Drop. HEX triplet: E0, 61 and 28. RGB value is (224,97,40). Sum of RGB (Red+Green+Blue) = 224+97+40=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E06128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06128 is #1F9ED7. Grayscale: #808080. Windows color (decimal): -2072280 or 2646496. OLE color: 2646496.

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

Color convert

RGB 224 97 40 -
CMYK 0 0.57 0.82 0.12
HSL 18.59º 0.75% 0.52% -
HSV(B) 18.59º 0.82% 0.88% -
XYZ 35.4 24.55 4.88 -
YUV 128.48 78.08 196.13 -
System Red Green Blue C M Y K H S L
Decimal 224 97 40 0 0.57 0.82 0.12 18.59 0.75 0.52
Hex E0 61 28 0 39 52 C 13 4B 34
Octal 340 141 50 0 71 122 14 23 113 64
Binary 11100000 1100001 101000 0 111001 1010010 1100 10011 1001011 110100

Color Harmonies of #E06128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06128

Black with #E06128

Text Example


Text Example

White with #E06128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06128; }

 p { color: rgb(224,97,40); }

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

background-color css

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

 a { background-color: rgb(224,97,40); }

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

border-color css

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

 span { border-color: rgb(224,97,40); }

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