Html Css Color HEX #ED6327 Tahiti Gold

📋 copy color: '#ED6327'

red 237 ◦ green 99 ◦ blue 39

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

Shades of Tahiti Gold #ED6327

Tints of Tahiti Gold #ED6327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 63.2%
G = 26.4%
B = 10.4%

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

#ED6327 (or 0xED6327) is known color: Tahiti Gold. HEX triplet: ED, 63 and 27. RGB value is (237,99,39). Sum of RGB (Red+Green+Blue) = 237+99+39=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6327 is #129CD8. Grayscale: #858585. Windows color (decimal): -1219801 or 2581485. OLE color: 2581485.

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

Color convert

RGB 237 99 39 -
CMYK 0 0.58 0.84 0.07
HSL 18.18º 0.85% 0.54% -
HSV(B) 18.18º 0.84% 0.93% -
XYZ 39.75 27.07 5.05 -
YUV 133.42 74.72 201.88 -
System Red Green Blue C M Y K H S L
Decimal 237 99 39 0 0.58 0.84 0.07 18.18 0.85 0.54
Hex ED 63 27 0 3A 54 7 12 55 36
Octal 355 143 47 0 72 124 7 22 125 66
Binary 11101101 1100011 100111 0 111010 1010100 111 10010 1010101 110110

Color Harmonies of #ED6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6327

Black with #ED6327

Text Example


Text Example

White with #ED6327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6327; }

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

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

background-color css

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

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

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

border-color css

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

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

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