Html Css Color HEX #ED762D Tahiti Gold

📋 copy color: '#ED762D'

red 237 ◦ green 118 ◦ blue 45

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

Shades of Tahiti Gold #ED762D

Tints of Tahiti Gold #ED762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 59.25%
G = 29.5%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED762D (or 0xED762D) is known color: Tahiti Gold. HEX triplet: ED, 76 and 2D. RGB value is (237,118,45). Sum of RGB (Red+Green+Blue) = 237+118+45=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED762D is #1289D2. Grayscale: #919191. Windows color (decimal): -1214931 or 2979565. OLE color: 2979565.

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

Color convert

RGB 237 118 45 -
CMYK 0 0.50 0.81 0.07
HSL 22.81º 0.84% 0.55% -
HSV(B) 22.81º 0.81% 0.93% -
XYZ 41.88 31.15 6.29 -
YUV 145.26 71.42 193.44 -
System Red Green Blue C M Y K H S L
Decimal 237 118 45 0 0.50 0.81 0.07 22.81 0.84 0.55
Hex ED 76 2D 0 32 51 7 17 54 37
Octal 355 166 55 0 62 121 7 27 124 67
Binary 11101101 1110110 101101 0 110010 1010001 111 10111 1010100 110111

Color Harmonies of #ED762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED762D

Black with #ED762D

Text Example


Text Example

White with #ED762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED762D; }

 p { color: rgb(237,118,45); }

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

background-color css

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

 a { background-color: rgb(237,118,45); }

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

border-color css

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

 span { border-color: rgb(237,118,45); }

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