Html Css Color HEX #EE7228 Tahiti Gold

📋 copy color: '#EE7228'

red 238 ◦ green 114 ◦ blue 40

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

Shades of Tahiti Gold #EE7228

Tints of Tahiti Gold #EE7228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.2%

R = 60.71%
G = 29.08%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EE7228 (or 0xEE7228) is known color: Tahiti Gold. HEX triplet: EE, 72 and 28. RGB value is (238,114,40). Sum of RGB (Red+Green+Blue) = 238+114+40=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7228 is #118DD7. Grayscale: #8F8F8F. Windows color (decimal): -1150424 or 2650862. OLE color: 2650862.

HSL color Cylindrical-coordinate representation of color #EE7228: hue angle of 22.42º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE7228 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 40 -
CMYK 0 0.52 0.83 0.07
HSL 22.42º 0.85% 0.55% -
HSV(B) 22.42º 0.83% 0.93% -
XYZ 41.66 30.36 5.67 -
YUV 142.64 70.08 196.02 -
System Red Green Blue C M Y K H S L
Decimal 238 114 40 0 0.52 0.83 0.07 22.42 0.85 0.55
Hex EE 72 28 0 34 53 7 16 55 37
Octal 356 162 50 0 64 123 7 26 125 67
Binary 11101110 1110010 101000 0 110100 1010011 111 10110 1010101 110111

Color Harmonies of #EE7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7228

Black with #EE7228

Text Example


Text Example

White with #EE7228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7228; }

 p { color: rgb(238,114,40); }

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

background-color css

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

 a { background-color: rgb(238,114,40); }

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

border-color css

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

 span { border-color: rgb(238,114,40); }

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