Html Css Color HEX #ED671E Tahiti Gold

📋 copy color: '#ED671E'

red 237 ◦ green 103 ◦ blue 30

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

Shades of Tahiti Gold #ED671E

Tints of Tahiti Gold #ED671E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 64.05%
G = 27.84%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED671E (or 0xED671E) is known color: Tahiti Gold. HEX triplet: ED, 67 and 1E. RGB value is (237,103,30). Sum of RGB (Red+Green+Blue) = 237+103+30=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED671E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED671E is #1298E1. Grayscale: #878787. Windows color (decimal): -1218786 or 1992685. OLE color: 1992685.

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

Color convert

RGB 237 103 30 -
CMYK 0 0.57 0.87 0.07
HSL 21.16º 0.85% 0.52% -
HSV(B) 21.16º 0.87% 0.93% -
XYZ 40.01 27.8 4.49 -
YUV 134.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 237 103 30 0 0.57 0.87 0.07 21.16 0.85 0.52
Hex ED 67 1E 0 39 57 7 15 55 34
Octal 355 147 36 0 71 127 7 25 125 64
Binary 11101101 1100111 11110 0 111001 1010111 111 10101 1010101 110100

Color Harmonies of #ED671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED671E

Black with #ED671E

Text Example


Text Example

White with #ED671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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