Html Css Color HEX #EA5D22 Tahiti Gold

📋 copy color: '#EA5D22'

red 234 ◦ green 93 ◦ blue 34

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

Shades of Tahiti Gold #EA5D22

Tints of Tahiti Gold #EA5D22

RGB

 RED value IS 234 (91.8% from 255) = 64.82%

 GREEN value IS 93 (36.72% from 255) = 25.76%

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

R = 64.82%
G = 25.76%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA5D22 (or 0xEA5D22) is known color: Tahiti Gold. HEX triplet: EA, 5D and 22. RGB value is (234,93,34). Sum of RGB (Red+Green+Blue) = 234+93+34=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D22 is #15A2DD. Grayscale: #808080. Windows color (decimal): -1417950 or 2252266. OLE color: 2252266.

HSL color Cylindrical-coordinate representation of color #EA5D22: hue angle of 17.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA5D22 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 93 34 -
CMYK 0 0.60 0.85 0.08
HSL 17.7º 0.83% 0.53% -
HSV(B) 17.7º 0.85% 0.92% -
XYZ 38.13 25.44 4.41 -
YUV 128.43 74.71 203.3 -
System Red Green Blue C M Y K H S L
Decimal 234 93 34 0 0.60 0.85 0.08 17.7 0.83 0.53
Hex EA 5D 22 0 3C 55 8 12 53 35
Octal 352 135 42 0 74 125 10 22 123 65
Binary 11101010 1011101 100010 0 111100 1010101 1000 10010 1010011 110101

Color Harmonies of #EA5D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D22

Black with #EA5D22

Text Example


Text Example

White with #EA5D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D22; }

 p { color: rgb(234,93,34); }

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

background-color css

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

 a { background-color: rgb(234,93,34); }

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

border-color css

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

 span { border-color: rgb(234,93,34); }

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