Html Css Color HEX #ED702D Tahiti Gold

📋 copy color: '#ED702D'

red 237 ◦ green 112 ◦ blue 45

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

Shades of Tahiti Gold #ED702D

Tints of Tahiti Gold #ED702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 60.15%
G = 28.43%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED702D (or 0xED702D) is known color: Tahiti Gold. HEX triplet: ED, 70 and 2D. RGB value is (237,112,45). Sum of RGB (Red+Green+Blue) = 237+112+45=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED702D is #128FD2. Grayscale: #8E8E8E. Windows color (decimal): -1216467 or 2978029. OLE color: 2978029.

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

Color convert

RGB 237 112 45 -
CMYK 0 0.53 0.81 0.07
HSL 20.94º 0.84% 0.55% -
HSV(B) 20.94º 0.81% 0.93% -
XYZ 41.19 29.78 6.06 -
YUV 141.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 237 112 45 0 0.53 0.81 0.07 20.94 0.84 0.55
Hex ED 70 2D 0 35 51 7 15 54 37
Octal 355 160 55 0 65 121 7 25 124 67
Binary 11101101 1110000 101101 0 110101 1010001 111 10101 1010100 110111

Color Harmonies of #ED702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED702D

Black with #ED702D

Text Example


Text Example

White with #ED702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED702D; }

 p { color: rgb(237,112,45); }

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

background-color css

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

 a { background-color: rgb(237,112,45); }

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

border-color css

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

 span { border-color: rgb(237,112,45); }

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