Html Css Color HEX #E0672C Gold Drop

📋 copy color: '#E0672C'

red 224 ◦ green 103 ◦ blue 44

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

Shades of Gold Drop #E0672C

Tints of Gold Drop #E0672C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 60.38%
G = 27.76%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0672C (or 0xE0672C) is known color: Gold Drop. HEX triplet: E0, 67 and 2C. RGB value is (224,103,44). Sum of RGB (Red+Green+Blue) = 224+103+44=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0672C is #1F98D3. Grayscale: #848484. Windows color (decimal): -2070740 or 2910176. OLE color: 2910176.

HSL color Cylindrical-coordinate representation of color #E0672C: hue angle of 19.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0672C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 44 -
CMYK 0 0.54 0.80 0.12
HSL 19.67º 0.74% 0.53% -
HSV(B) 19.67º 0.8% 0.88% -
XYZ 36.05 25.73 5.45 -
YUV 132.45 78.09 193.3 -
System Red Green Blue C M Y K H S L
Decimal 224 103 44 0 0.54 0.80 0.12 19.67 0.74 0.53
Hex E0 67 2C 0 36 50 C 14 4A 35
Octal 340 147 54 0 66 120 14 24 112 65
Binary 11100000 1100111 101100 0 110110 1010000 1100 10100 1001010 110101

Color Harmonies of #E0672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0672C

Black with #E0672C

Text Example


Text Example

White with #E0672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0672C; }

 p { color: rgb(224,103,44); }

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

background-color css

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

 a { background-color: rgb(224,103,44); }

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

border-color css

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

 span { border-color: rgb(224,103,44); }

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