Html Css Color HEX #ED7D23 Tahiti Gold

📋 copy color: '#ED7D23'

red 237 ◦ green 125 ◦ blue 35

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

Shades of Tahiti Gold #ED7D23

Tints of Tahiti Gold #ED7D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 59.7%
G = 31.49%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED7D23 (or 0xED7D23) is known color: Tahiti Gold. HEX triplet: ED, 7D and 23. RGB value is (237,125,35). Sum of RGB (Red+Green+Blue) = 237+125+35=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7D23 is #1282DC. Grayscale: #949494. Windows color (decimal): -1213149 or 2325997. OLE color: 2325997.

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

Color convert

RGB 237 125 35 -
CMYK 0 0.47 0.85 0.07
HSL 26.73º 0.85% 0.53% -
HSV(B) 26.73º 0.85% 0.93% -
XYZ 42.56 32.79 5.68 -
YUV 148.23 64.11 191.32 -
System Red Green Blue C M Y K H S L
Decimal 237 125 35 0 0.47 0.85 0.07 26.73 0.85 0.53
Hex ED 7D 23 0 2F 55 7 1B 55 35
Octal 355 175 43 0 57 125 7 33 125 65
Binary 11101101 1111101 100011 0 101111 1010101 111 11011 1010101 110101

Color Harmonies of #ED7D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D23

Black with #ED7D23

Text Example


Text Example

White with #ED7D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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