Html Css Color HEX #ED6321 Tahiti Gold

📋 copy color: '#ED6321'

red 237 ◦ green 99 ◦ blue 33

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

Shades of Tahiti Gold #ED6321

Tints of Tahiti Gold #ED6321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 64.23%
G = 26.83%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED6321 (or 0xED6321) is known color: Tahiti Gold. HEX triplet: ED, 63 and 21. RGB value is (237,99,33). Sum of RGB (Red+Green+Blue) = 237+99+33=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6321 is #129CDE. Grayscale: #858585. Windows color (decimal): -1219807 or 2188269. OLE color: 2188269.

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

Color convert

RGB 237 99 33 -
CMYK 0 0.58 0.86 0.07
HSL 19.41º 0.85% 0.53% -
HSV(B) 19.41º 0.86% 0.93% -
XYZ 39.66 27.04 4.57 -
YUV 132.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 237 99 33 0 0.58 0.86 0.07 19.41 0.85 0.53
Hex ED 63 21 0 3A 56 7 13 55 35
Octal 355 143 41 0 72 126 7 23 125 65
Binary 11101101 1100011 100001 0 111010 1010110 111 10011 1010101 110101

Color Harmonies of #ED6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6321

Black with #ED6321

Text Example


Text Example

White with #ED6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6321; }

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

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

background-color css

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

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

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

border-color css

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

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

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