Html Css Color HEX #ED722C Tahiti Gold

📋 copy color: '#ED722C'

red 237 ◦ green 114 ◦ blue 44

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

Shades of Tahiti Gold #ED722C

Tints of Tahiti Gold #ED722C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 60%
G = 28.86%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED722C (or 0xED722C) is known color: Tahiti Gold. HEX triplet: ED, 72 and 2C. RGB value is (237,114,44). Sum of RGB (Red+Green+Blue) = 237+114+44=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED722C is #128DD3. Grayscale: #8F8F8F. Windows color (decimal): -1215956 or 2913005. OLE color: 2913005.

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

Color convert

RGB 237 114 44 -
CMYK 0 0.52 0.81 0.07
HSL 21.76º 0.84% 0.55% -
HSV(B) 21.76º 0.81% 0.93% -
XYZ 41.4 30.22 6.03 -
YUV 142.8 72.25 195.19 -
System Red Green Blue C M Y K H S L
Decimal 237 114 44 0 0.52 0.81 0.07 21.76 0.84 0.55
Hex ED 72 2C 0 34 51 7 16 54 37
Octal 355 162 54 0 64 121 7 26 124 67
Binary 11101101 1110010 101100 0 110100 1010001 111 10110 1010100 110111

Color Harmonies of #ED722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED722C

Black with #ED722C

Text Example


Text Example

White with #ED722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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