Html Css Color HEX #ED6427 Tahiti Gold

📋 copy color: '#ED6427'

red 237 ◦ green 100 ◦ blue 39

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

Shades of Tahiti Gold #ED6427

Tints of Tahiti Gold #ED6427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 39 (15.63% from 255) = 10.37%

R = 63.03%
G = 26.6%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED6427 (or 0xED6427) is known color: Tahiti Gold. HEX triplet: ED, 64 and 27. RGB value is (237,100,39). Sum of RGB (Red+Green+Blue) = 237+100+39=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6427 is #129BD8. Grayscale: #868686. Windows color (decimal): -1219545 or 2581741. OLE color: 2581741.

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

Color convert

RGB 237 100 39 -
CMYK 0 0.58 0.84 0.07
HSL 18.48º 0.85% 0.54% -
HSV(B) 18.48º 0.84% 0.93% -
XYZ 39.85 27.27 5.08 -
YUV 134.01 74.39 201.46 -
System Red Green Blue C M Y K H S L
Decimal 237 100 39 0 0.58 0.84 0.07 18.48 0.85 0.54
Hex ED 64 27 0 3A 54 7 12 55 36
Octal 355 144 47 0 72 124 7 22 125 66
Binary 11101101 1100100 100111 0 111010 1010100 111 10010 1010101 110110

Color Harmonies of #ED6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6427

Black with #ED6427

Text Example


Text Example

White with #ED6427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6427; }

 p { color: rgb(237,100,39); }

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

background-color css

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

 a { background-color: rgb(237,100,39); }

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

border-color css

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

 span { border-color: rgb(237,100,39); }

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