Html Css Color HEX #EC7422 Tahiti Gold

📋 copy color: '#EC7422'

red 236 ◦ green 116 ◦ blue 34

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

Shades of Tahiti Gold #EC7422

Tints of Tahiti Gold #EC7422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 61.14%
G = 30.05%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC7422 (or 0xEC7422) is known color: Tahiti Gold. HEX triplet: EC, 74 and 22. RGB value is (236,116,34). Sum of RGB (Red+Green+Blue) = 236+116+34=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7422 is #138BDD. Grayscale: #8E8E8E. Windows color (decimal): -1280990 or 2258156. OLE color: 2258156.

HSL color Cylindrical-coordinate representation of color #EC7422: hue angle of 24.36º degrees, saturation: 0.84, 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 #EC7422 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 116 34 -
CMYK 0 0.51 0.86 0.07
HSL 24.36º 0.84% 0.53% -
HSV(B) 24.36º 0.86% 0.93% -
XYZ 41.13 30.44 5.22 -
YUV 142.53 66.76 194.67 -
System Red Green Blue C M Y K H S L
Decimal 236 116 34 0 0.51 0.86 0.07 24.36 0.84 0.53
Hex EC 74 22 0 33 56 7 18 54 35
Octal 354 164 42 0 63 126 7 30 124 65
Binary 11101100 1110100 100010 0 110011 1010110 111 11000 1010100 110101

Color Harmonies of #EC7422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7422

Black with #EC7422

Text Example


Text Example

White with #EC7422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7422; }

 p { color: rgb(236,116,34); }

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

background-color css

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

 a { background-color: rgb(236,116,34); }

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

border-color css

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

 span { border-color: rgb(236,116,34); }

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