Html Css Color HEX #ED6C21 Tahiti Gold

📋 copy color: '#ED6C21'

red 237 ◦ green 108 ◦ blue 33

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

Shades of Tahiti Gold #ED6C21

Tints of Tahiti Gold #ED6C21

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 62.7%
G = 28.57%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED6C21 (or 0xED6C21) is known color: Tahiti Gold. HEX triplet: ED, 6C and 21. RGB value is (237,108,33). Sum of RGB (Red+Green+Blue) = 237+108+33=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6C21 is #1293DE. Grayscale: #8A8A8A. Windows color (decimal): -1217503 or 2190573. OLE color: 2190573.

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

Color convert

RGB 237 108 33 -
CMYK 0 0.54 0.86 0.07
HSL 22.06º 0.85% 0.53% -
HSV(B) 22.06º 0.86% 0.93% -
XYZ 40.56 28.84 4.87 -
YUV 138.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 237 108 33 0 0.54 0.86 0.07 22.06 0.85 0.53
Hex ED 6C 21 0 36 56 7 16 55 35
Octal 355 154 41 0 66 126 7 26 125 65
Binary 11101101 1101100 100001 0 110110 1010110 111 10110 1010101 110101

Color Harmonies of #ED6C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6C21

Black with #ED6C21

Text Example


Text Example

White with #ED6C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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