Html Css Color HEX #ED732C Tahiti Gold

📋 copy color: '#ED732C'

red 237 ◦ green 115 ◦ blue 44

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

Shades of Tahiti Gold #ED732C

Tints of Tahiti Gold #ED732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 59.85%
G = 29.04%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED732C (or 0xED732C) is known color: Tahiti Gold. HEX triplet: ED, 73 and 2C. RGB value is (237,115,44). Sum of RGB (Red+Green+Blue) = 237+115+44=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED732C is #128CD3. Grayscale: #8F8F8F. Windows color (decimal): -1215700 or 2913261. OLE color: 2913261.

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

Color convert

RGB 237 115 44 -
CMYK 0 0.51 0.81 0.07
HSL 22.07º 0.84% 0.55% -
HSV(B) 22.07º 0.81% 0.93% -
XYZ 41.51 30.45 6.07 -
YUV 143.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 237 115 44 0 0.51 0.81 0.07 22.07 0.84 0.55
Hex ED 73 2C 0 33 51 7 16 54 37
Octal 355 163 54 0 63 121 7 26 124 67
Binary 11101101 1110011 101100 0 110011 1010001 111 10110 1010100 110111

Color Harmonies of #ED732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED732C

Black with #ED732C

Text Example


Text Example

White with #ED732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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