Html Css Color HEX #EE6222 Tahiti Gold

📋 copy color: '#EE6222'

red 238 ◦ green 98 ◦ blue 34

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

Shades of Tahiti Gold #EE6222

Tints of Tahiti Gold #EE6222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 34 (13.67% from 255) = 9.19%

R = 64.32%
G = 26.49%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE6222 (or 0xEE6222) is known color: Tahiti Gold. HEX triplet: EE, 62 and 22. RGB value is (238,98,34). Sum of RGB (Red+Green+Blue) = 238+98+34=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6222 is #119DDD. Grayscale: #848484. Windows color (decimal): -1154526 or 2253550. OLE color: 2253550.

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

Color convert

RGB 238 98 34 -
CMYK 0 0.59 0.86 0.07
HSL 18.82º 0.86% 0.53% -
HSV(B) 18.82º 0.86% 0.93% -
XYZ 39.92 27.03 4.63 -
YUV 132.56 72.38 203.2 -
System Red Green Blue C M Y K H S L
Decimal 238 98 34 0 0.59 0.86 0.07 18.82 0.86 0.53
Hex EE 62 22 0 3B 56 7 13 56 35
Octal 356 142 42 0 73 126 7 23 126 65
Binary 11101110 1100010 100010 0 111011 1010110 111 10011 1010110 110101

Color Harmonies of #EE6222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6222

Black with #EE6222

Text Example


Text Example

White with #EE6222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6222; }

 p { color: rgb(238,98,34); }

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

background-color css

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

 a { background-color: rgb(238,98,34); }

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

border-color css

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

 span { border-color: rgb(238,98,34); }

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