Html Css Color HEX #EE6320 Tahiti Gold

📋 copy color: '#EE6320'

red 238 ◦ green 99 ◦ blue 32

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

Shades of Tahiti Gold #EE6320

Tints of Tahiti Gold #EE6320

RGB

 RED value IS 238 (93.36% from 255) = 64.5%

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 64.5%
G = 26.83%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE6320 (or 0xEE6320) is known color: Tahiti Gold. HEX triplet: EE, 63 and 20. RGB value is (238,99,32). Sum of RGB (Red+Green+Blue) = 238+99+32=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6320 is #119CDF. Grayscale: #858585. Windows color (decimal): -1154272 or 2122734. OLE color: 2122734.

HSL color Cylindrical-coordinate representation of color #EE6320: hue angle of 19.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE6320 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 99 32 -
CMYK 0 0.58 0.87 0.07
HSL 19.51º 0.86% 0.53% -
HSV(B) 19.51º 0.87% 0.93% -
XYZ 39.98 27.21 4.51 -
YUV 132.92 71.05 202.95 -
System Red Green Blue C M Y K H S L
Decimal 238 99 32 0 0.58 0.87 0.07 19.51 0.86 0.53
Hex EE 63 20 0 3A 57 7 14 56 35
Octal 356 143 40 0 72 127 7 24 126 65
Binary 11101110 1100011 100000 0 111010 1010111 111 10100 1010110 110101

Color Harmonies of #EE6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6320

Black with #EE6320

Text Example


Text Example

White with #EE6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6320; }

 p { color: rgb(238,99,32); }

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

background-color css

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

 a { background-color: rgb(238,99,32); }

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

border-color css

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

 span { border-color: rgb(238,99,32); }

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