Html Css Color HEX #EB7220 Tahiti Gold

📋 copy color: '#EB7220'

red 235 ◦ green 114 ◦ blue 32

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

Shades of Tahiti Gold #EB7220

Tints of Tahiti Gold #EB7220

RGB

 RED value IS 235 (92.19% from 255) = 61.68%

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 61.68%
G = 29.92%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB7220 (or 0xEB7220) is known color: Tahiti Gold. HEX triplet: EB, 72 and 20. RGB value is (235,114,32). Sum of RGB (Red+Green+Blue) = 235+114+32=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7220 is #148DDF. Grayscale: #8D8D8D. Windows color (decimal): -1347040 or 2126571. OLE color: 2126571.

HSL color Cylindrical-coordinate representation of color #EB7220: hue angle of 24.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB7220 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 114 32 -
CMYK 0 0.51 0.86 0.08
HSL 24.24º 0.84% 0.52% -
HSV(B) 24.24º 0.86% 0.92% -
XYZ 40.54 29.8 4.98 -
YUV 140.83 66.59 195.17 -
System Red Green Blue C M Y K H S L
Decimal 235 114 32 0 0.51 0.86 0.08 24.24 0.84 0.52
Hex EB 72 20 0 33 56 8 18 54 34
Octal 353 162 40 0 63 126 10 30 124 64
Binary 11101011 1110010 100000 0 110011 1010110 1000 11000 1010100 110100

Color Harmonies of #EB7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7220

Black with #EB7220

Text Example


Text Example

White with #EB7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7220; }

 p { color: rgb(235,114,32); }

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

background-color css

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

 a { background-color: rgb(235,114,32); }

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

border-color css

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

 span { border-color: rgb(235,114,32); }

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