Html Css Color HEX #ED752C Tahiti Gold

📋 copy color: '#ED752C'

red 237 ◦ green 117 ◦ blue 44

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

Shades of Tahiti Gold #ED752C

Tints of Tahiti Gold #ED752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 59.55%
G = 29.4%
B = 11.06%

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

#ED752C (or 0xED752C) is known color: Tahiti Gold. HEX triplet: ED, 75 and 2C. RGB value is (237,117,44). Sum of RGB (Red+Green+Blue) = 237+117+44=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED752C is #128AD3. Grayscale: #909090. Windows color (decimal): -1215188 or 2913773. OLE color: 2913773.

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

Color convert

RGB 237 117 44 -
CMYK 0 0.51 0.81 0.07
HSL 22.69º 0.84% 0.55% -
HSV(B) 22.69º 0.81% 0.93% -
XYZ 41.74 30.91 6.15 -
YUV 144.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 237 117 44 0 0.51 0.81 0.07 22.69 0.84 0.55
Hex ED 75 2C 0 33 51 7 17 54 37
Octal 355 165 54 0 63 121 7 27 124 67
Binary 11101101 1110101 101100 0 110011 1010001 111 10111 1010100 110111

Color Harmonies of #ED752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED752C

Black with #ED752C

Text Example


Text Example

White with #ED752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED752C; }

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

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

background-color css

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

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

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

border-color css

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

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

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