Html Css Color HEX #E07A1B Tahiti Gold

📋 copy color: '#E07A1B'

red 224 ◦ green 122 ◦ blue 27

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

Shades of Tahiti Gold #E07A1B

Tints of Tahiti Gold #E07A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 60.05%
G = 32.71%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E07A1B (or 0xE07A1B) is known color: Tahiti Gold. HEX triplet: E0, 7A and 1B. RGB value is (224,122,27). Sum of RGB (Red+Green+Blue) = 224+122+27=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A1B is #1F85E4. Grayscale: #8E8E8E. Windows color (decimal): -2065893 or 1800928. OLE color: 1800928.

HSL color Cylindrical-coordinate representation of color #E07A1B: hue angle of 28.93º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E07A1B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 27 -
CMYK 0 0.46 0.88 0.12
HSL 28.93º 0.78% 0.49% -
HSV(B) 28.93º 0.88% 0.88% -
XYZ 37.9 29.85 4.8 -
YUV 141.67 63.29 186.72 -
System Red Green Blue C M Y K H S L
Decimal 224 122 27 0 0.46 0.88 0.12 28.93 0.78 0.49
Hex E0 7A 1B 0 2E 58 C 1D 4E 31
Octal 340 172 33 0 56 130 14 35 116 61
Binary 11100000 1111010 11011 0 101110 1011000 1100 11101 1001110 110001

Color Harmonies of #E07A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A1B

Black with #E07A1B

Text Example


Text Example

White with #E07A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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