Html Css Color HEX #ED641E Tahiti Gold

📋 copy color: '#ED641E'

red 237 ◦ green 100 ◦ blue 30

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

Shades of Tahiti Gold #ED641E

Tints of Tahiti Gold #ED641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.17%

R = 64.58%
G = 27.25%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED641E (or 0xED641E) is known color: Tahiti Gold. HEX triplet: ED, 64 and 1E. RGB value is (237,100,30). Sum of RGB (Red+Green+Blue) = 237+100+30=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED641E is #129BE1. Grayscale: #858585. Windows color (decimal): -1219554 or 1991917. OLE color: 1991917.

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

Color convert

RGB 237 100 30 -
CMYK 0 0.58 0.87 0.07
HSL 20.29º 0.85% 0.52% -
HSV(B) 20.29º 0.87% 0.93% -
XYZ 39.72 27.21 4.39 -
YUV 132.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 237 100 30 0 0.58 0.87 0.07 20.29 0.85 0.52
Hex ED 64 1E 0 3A 57 7 14 55 34
Octal 355 144 36 0 72 127 7 24 125 64
Binary 11101101 1100100 11110 0 111010 1010111 111 10100 1010101 110100

Color Harmonies of #ED641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED641E

Black with #ED641E

Text Example


Text Example

White with #ED641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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