Html Css Color HEX #EC7022 Tahiti Gold

📋 copy color: '#EC7022'

red 236 ◦ green 112 ◦ blue 34

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

Shades of Tahiti Gold #EC7022

Tints of Tahiti Gold #EC7022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 61.78%
G = 29.32%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC7022 (or 0xEC7022) is known color: Tahiti Gold. HEX triplet: EC, 70 and 22. RGB value is (236,112,34). Sum of RGB (Red+Green+Blue) = 236+112+34=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7022 is #138FDD. Grayscale: #8C8C8C. Windows color (decimal): -1282014 or 2257132. OLE color: 2257132.

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

Color convert

RGB 236 112 34 -
CMYK 0 0.53 0.86 0.07
HSL 23.17º 0.84% 0.53% -
HSV(B) 23.17º 0.86% 0.93% -
XYZ 40.67 29.54 5.07 -
YUV 140.18 68.08 196.34 -
System Red Green Blue C M Y K H S L
Decimal 236 112 34 0 0.53 0.86 0.07 23.17 0.84 0.53
Hex EC 70 22 0 35 56 7 17 54 35
Octal 354 160 42 0 65 126 7 27 124 65
Binary 11101100 1110000 100010 0 110101 1010110 111 10111 1010100 110101

Color Harmonies of #EC7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7022

Black with #EC7022

Text Example


Text Example

White with #EC7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7022; }

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

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

background-color css

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

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

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

border-color css

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

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

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