Html Css Color HEX #ED601D Tahiti Gold

📋 copy color: '#ED601D'

red 237 ◦ green 96 ◦ blue 29

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

Shades of Tahiti Gold #ED601D

Tints of Tahiti Gold #ED601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 65.47%
G = 26.52%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED601D (or 0xED601D) is known color: Tahiti Gold. HEX triplet: ED, 60 and 1D. RGB value is (237,96,29). Sum of RGB (Red+Green+Blue) = 237+96+29=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED601D is #129FE2. Grayscale: #828282. Windows color (decimal): -1220579 or 1925357. OLE color: 1925357.

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

Color convert

RGB 237 96 29 -
CMYK 0 0.59 0.88 0.07
HSL 19.33º 0.85% 0.52% -
HSV(B) 19.33º 0.88% 0.93% -
XYZ 39.33 26.46 4.2 -
YUV 130.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 237 96 29 0 0.59 0.88 0.07 19.33 0.85 0.52
Hex ED 60 1D 0 3B 58 7 13 55 34
Octal 355 140 35 0 73 130 7 23 125 64
Binary 11101101 1100000 11101 0 111011 1011000 111 10011 1010101 110100

Color Harmonies of #ED601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED601D

Black with #ED601D

Text Example


Text Example

White with #ED601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED601D; }

 p { color: rgb(237,96,29); }

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

background-color css

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

 a { background-color: rgb(237,96,29); }

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

border-color css

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

 span { border-color: rgb(237,96,29); }

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