Html Css Color HEX #E07A2D Tahiti Gold

📋 copy color: '#E07A2D'

red 224 ◦ green 122 ◦ blue 45

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

Shades of Tahiti Gold #E07A2D

Tints of Tahiti Gold #E07A2D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 57.29%
G = 31.2%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E07A2D (or 0xE07A2D) is known color: Tahiti Gold. HEX triplet: E0, 7A and 2D. RGB value is (224,122,45). Sum of RGB (Red+Green+Blue) = 224+122+45=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A2D is #1F85D2. Grayscale: #909090. Windows color (decimal): -2065875 or 2980576. OLE color: 2980576.

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

Color convert

RGB 224 122 45 -
CMYK 0 0.46 0.80 0.12
HSL 25.81º 0.74% 0.53% -
HSV(B) 25.81º 0.8% 0.88% -
XYZ 38.17 29.96 6.25 -
YUV 143.72 72.29 185.26 -
System Red Green Blue C M Y K H S L
Decimal 224 122 45 0 0.46 0.80 0.12 25.81 0.74 0.53
Hex E0 7A 2D 0 2E 50 C 1A 4A 35
Octal 340 172 55 0 56 120 14 32 112 65
Binary 11100000 1111010 101101 0 101110 1010000 1100 11010 1001010 110101

Color Harmonies of #E07A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A2D

Black with #E07A2D

Text Example


Text Example

White with #E07A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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