Html Css Color HEX #ED6E2A Tahiti Gold

📋 copy color: '#ED6E2A'

red 237 ◦ green 110 ◦ blue 42

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

Shades of Tahiti Gold #ED6E2A

Tints of Tahiti Gold #ED6E2A

RGB

 RED value IS 237 (92.97% from 255) = 60.93%

 GREEN value IS 110 (43.36% from 255) = 28.28%

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

R = 60.93%
G = 28.28%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED6E2A (or 0xED6E2A) is known color: Tahiti Gold. HEX triplet: ED, 6E and 2A. RGB value is (237,110,42). Sum of RGB (Red+Green+Blue) = 237+110+42=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6E2A is #1291D5. Grayscale: #8C8C8C. Windows color (decimal): -1216982 or 2780909. OLE color: 2780909.

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

Color convert

RGB 237 110 42 -
CMYK 0 0.54 0.82 0.07
HSL 20.92º 0.84% 0.55% -
HSV(B) 20.92º 0.82% 0.93% -
XYZ 40.92 29.32 5.69 -
YUV 140.22 72.58 197.03 -
System Red Green Blue C M Y K H S L
Decimal 237 110 42 0 0.54 0.82 0.07 20.92 0.84 0.55
Hex ED 6E 2A 0 36 52 7 15 54 37
Octal 355 156 52 0 66 122 7 25 124 67
Binary 11101101 1101110 101010 0 110110 1010010 111 10101 1010100 110111

Color Harmonies of #ED6E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6E2A

Black with #ED6E2A

Text Example


Text Example

White with #ED6E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6E2A; }

 p { color: rgb(237,110,42); }

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

background-color css

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

 a { background-color: rgb(237,110,42); }

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

border-color css

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

 span { border-color: rgb(237,110,42); }

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