Html Css Color HEX #ED641F Tahiti Gold

📋 copy color: '#ED641F'

red 237 ◦ green 100 ◦ blue 31

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

Shades of Tahiti Gold #ED641F

Tints of Tahiti Gold #ED641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 64.4%
G = 27.17%
B = 8.42%

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

#ED641F (or 0xED641F) is known color: Tahiti Gold. HEX triplet: ED, 64 and 1F. RGB value is (237,100,31). Sum of RGB (Red+Green+Blue) = 237+100+31=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED641F is #129BE0. Grayscale: #858585. Windows color (decimal): -1219553 or 2057453. OLE color: 2057453.

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

Color convert

RGB 237 100 31 -
CMYK 0 0.58 0.87 0.07
HSL 20.1º 0.85% 0.53% -
HSV(B) 20.1º 0.87% 0.93% -
XYZ 39.73 27.22 4.46 -
YUV 133.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 237 100 31 0 0.58 0.87 0.07 20.1 0.85 0.53
Hex ED 64 1F 0 3A 57 7 14 55 35
Octal 355 144 37 0 72 127 7 24 125 65
Binary 11101101 1100100 11111 0 111010 1010111 111 10100 1010101 110101

Color Harmonies of #ED641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED641F

Black with #ED641F

Text Example


Text Example

White with #ED641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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