Html Css Color HEX #EA752F Tahiti Gold

📋 copy color: '#EA752F'

red 234 ◦ green 117 ◦ blue 47

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

Shades of Tahiti Gold #EA752F

Tints of Tahiti Gold #EA752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 58.79%
G = 29.4%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA752F (or 0xEA752F) is known color: Tahiti Gold. HEX triplet: EA, 75 and 2F. RGB value is (234,117,47). Sum of RGB (Red+Green+Blue) = 234+117+47=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA752F is #158AD0. Grayscale: #909090. Windows color (decimal): -1411793 or 3110378. OLE color: 3110378.

HSL color Cylindrical-coordinate representation of color #EA752F: hue angle of 22.46º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA752F is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 117 47 -
CMYK 0 0.5 0.80 0.08
HSL 22.46º 0.82% 0.55% -
HSV(B) 22.46º 0.8% 0.92% -
XYZ 40.81 30.42 6.41 -
YUV 144 73.26 192.19 -
System Red Green Blue C M Y K H S L
Decimal 234 117 47 0 0.5 0.80 0.08 22.46 0.82 0.55
Hex EA 75 2F 0 32 50 8 16 52 37
Octal 352 165 57 0 62 120 10 26 122 67
Binary 11101010 1110101 101111 0 110010 1010000 1000 10110 1010010 110111

Color Harmonies of #EA752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA752F

Black with #EA752F

Text Example


Text Example

White with #EA752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA752F; }

 p { color: rgb(234,117,47); }

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

background-color css

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

 a { background-color: rgb(234,117,47); }

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

border-color css

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

 span { border-color: rgb(234,117,47); }

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