Html Css Color HEX #E07C2D Tahiti Gold

📋 copy color: '#E07C2D'

red 224 ◦ green 124 ◦ blue 45

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

Shades of Tahiti Gold #E07C2D

Tints of Tahiti Gold #E07C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 57%
G = 31.55%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E07C2D (or 0xE07C2D) is known color: Tahiti Gold. HEX triplet: E0, 7C and 2D. RGB value is (224,124,45). Sum of RGB (Red+Green+Blue) = 224+124+45=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C2D is #1F83D2. Grayscale: #919191. Windows color (decimal): -2065363 or 2981088. OLE color: 2981088.

HSL color Cylindrical-coordinate representation of color #E07C2D: hue angle of 26.48º 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 #E07C2D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 45 -
CMYK 0 0.45 0.80 0.12
HSL 26.48º 0.74% 0.53% -
HSV(B) 26.48º 0.8% 0.88% -
XYZ 38.42 30.45 6.34 -
YUV 144.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 224 124 45 0 0.45 0.80 0.12 26.48 0.74 0.53
Hex E0 7C 2D 0 2D 50 C 1A 4A 35
Octal 340 174 55 0 55 120 14 32 112 65
Binary 11100000 1111100 101101 0 101101 1010000 1100 11010 1001010 110101

Color Harmonies of #E07C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C2D

Black with #E07C2D

Text Example


Text Example

White with #E07C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C2D; }

 p { color: rgb(224,124,45); }

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

background-color css

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

 a { background-color: rgb(224,124,45); }

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

border-color css

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

 span { border-color: rgb(224,124,45); }

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