Html Css Color HEX #ED752E Tahiti Gold

📋 copy color: '#ED752E'

red 237 ◦ green 117 ◦ blue 46

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

Shades of Tahiti Gold #ED752E

Tints of Tahiti Gold #ED752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.5%

R = 59.25%
G = 29.25%
B = 11.5%

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

#ED752E (or 0xED752E) is known color: Tahiti Gold. HEX triplet: ED, 75 and 2E. RGB value is (237,117,46). Sum of RGB (Red+Green+Blue) = 237+117+46=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED752E is #128AD1. Grayscale: #919191. Windows color (decimal): -1215186 or 3044845. OLE color: 3044845.

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

Color convert

RGB 237 117 46 -
CMYK 0 0.51 0.81 0.07
HSL 22.3º 0.84% 0.55% -
HSV(B) 22.3º 0.81% 0.93% -
XYZ 41.78 30.92 6.35 -
YUV 144.79 72.26 193.77 -
System Red Green Blue C M Y K H S L
Decimal 237 117 46 0 0.51 0.81 0.07 22.3 0.84 0.55
Hex ED 75 2E 0 33 51 7 16 54 37
Octal 355 165 56 0 63 121 7 26 124 67
Binary 11101101 1110101 101110 0 110011 1010001 111 10110 1010100 110111

Color Harmonies of #ED752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED752E

Black with #ED752E

Text Example


Text Example

White with #ED752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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