Html Css Color HEX #EC752A Tahiti Gold

📋 copy color: '#EC752A'

red 236 ◦ green 117 ◦ blue 42

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

Shades of Tahiti Gold #EC752A

Tints of Tahiti Gold #EC752A

RGB

 RED value IS 236 (92.58% from 255) = 59.75%

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

 BLUE value IS 42 (16.8% from 255) = 10.63%

R = 59.75%
G = 29.62%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC752A (or 0xEC752A) is known color: Tahiti Gold. HEX triplet: EC, 75 and 2A. RGB value is (236,117,42). Sum of RGB (Red+Green+Blue) = 236+117+42=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC752A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC752A is #138AD5. Grayscale: #909090. Windows color (decimal): -1280726 or 2782700. OLE color: 2782700.

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

Color convert

RGB 236 117 42 -
CMYK 0 0.50 0.82 0.07
HSL 23.2º 0.84% 0.55% -
HSV(B) 23.2º 0.82% 0.93% -
XYZ 41.37 30.72 5.94 -
YUV 144.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 236 117 42 0 0.50 0.82 0.07 23.2 0.84 0.55
Hex EC 75 2A 0 32 52 7 17 54 37
Octal 354 165 52 0 62 122 7 27 124 67
Binary 11101100 1110101 101010 0 110010 1010010 111 10111 1010100 110111

Color Harmonies of #EC752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC752A

Black with #EC752A

Text Example


Text Example

White with #EC752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC752A; }

 p { color: rgb(236,117,42); }

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

background-color css

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

 a { background-color: rgb(236,117,42); }

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

border-color css

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

 span { border-color: rgb(236,117,42); }

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