Html Css Color HEX #ED6523 Tahiti Gold

📋 copy color: '#ED6523'

red 237 ◦ green 101 ◦ blue 35

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

Shades of Tahiti Gold #ED6523

Tints of Tahiti Gold #ED6523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 35 (14.06% from 255) = 9.38%

R = 63.54%
G = 27.08%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED6523 (or 0xED6523) is known color: Tahiti Gold. HEX triplet: ED, 65 and 23. RGB value is (237,101,35). Sum of RGB (Red+Green+Blue) = 237+101+35=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6523 is #129ADC. Grayscale: #868686. Windows color (decimal): -1219293 or 2319853. OLE color: 2319853.

HSL color Cylindrical-coordinate representation of color #ED6523: hue angle of 19.6º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED6523 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 101 35 -
CMYK 0 0.57 0.85 0.07
HSL 19.6º 0.85% 0.53% -
HSV(B) 19.6º 0.85% 0.93% -
XYZ 39.88 27.43 4.78 -
YUV 134.14 72.06 201.37 -
System Red Green Blue C M Y K H S L
Decimal 237 101 35 0 0.57 0.85 0.07 19.6 0.85 0.53
Hex ED 65 23 0 39 55 7 14 55 35
Octal 355 145 43 0 71 125 7 24 125 65
Binary 11101101 1100101 100011 0 111001 1010101 111 10100 1010101 110101

Color Harmonies of #ED6523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6523

Black with #ED6523

Text Example


Text Example

White with #ED6523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6523; }

 p { color: rgb(237,101,35); }

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

background-color css

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

 a { background-color: rgb(237,101,35); }

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

border-color css

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

 span { border-color: rgb(237,101,35); }

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