Html Css Color HEX #ED722F Tahiti Gold

📋 copy color: '#ED722F'

red 237 ◦ green 114 ◦ blue 47

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

Shades of Tahiti Gold #ED722F

Tints of Tahiti Gold #ED722F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 59.55%
G = 28.64%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED722F (or 0xED722F) is known color: Tahiti Gold. HEX triplet: ED, 72 and 2F. RGB value is (237,114,47). Sum of RGB (Red+Green+Blue) = 237+114+47=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED722F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED722F is #128DD0. Grayscale: #8F8F8F. Windows color (decimal): -1215953 or 3109613. OLE color: 3109613.

HSL color Cylindrical-coordinate representation of color #ED722F: hue angle of 21.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED722F is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 114 47 -
CMYK 0 0.52 0.80 0.07
HSL 21.16º 0.84% 0.56% -
HSV(B) 21.16º 0.8% 0.93% -
XYZ 41.46 30.24 6.34 -
YUV 143.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 237 114 47 0 0.52 0.80 0.07 21.16 0.84 0.56
Hex ED 72 2F 0 34 50 7 15 54 38
Octal 355 162 57 0 64 120 7 25 124 70
Binary 11101101 1110010 101111 0 110100 1010000 111 10101 1010100 111000

Color Harmonies of #ED722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED722F

Black with #ED722F

Text Example


Text Example

White with #ED722F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED722F; }

 p { color: rgb(237,114,47); }

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

background-color css

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

 a { background-color: rgb(237,114,47); }

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

border-color css

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

 span { border-color: rgb(237,114,47); }

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