Html Css Color HEX #ED7021 Tahiti Gold

📋 copy color: '#ED7021'

red 237 ◦ green 112 ◦ blue 33

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

Shades of Tahiti Gold #ED7021

Tints of Tahiti Gold #ED7021

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 62.04%
G = 29.32%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED7021 (or 0xED7021) is known color: Tahiti Gold. HEX triplet: ED, 70 and 21. RGB value is (237,112,33). Sum of RGB (Red+Green+Blue) = 237+112+33=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7021 is #128FDE. Grayscale: #8C8C8C. Windows color (decimal): -1216479 or 2191597. OLE color: 2191597.

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

Color convert

RGB 237 112 33 -
CMYK 0 0.53 0.86 0.07
HSL 23.24º 0.85% 0.53% -
HSV(B) 23.24º 0.86% 0.93% -
XYZ 40.99 29.7 5.01 -
YUV 140.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 237 112 33 0 0.53 0.86 0.07 23.24 0.85 0.53
Hex ED 70 21 0 35 56 7 17 55 35
Octal 355 160 41 0 65 126 7 27 125 65
Binary 11101101 1110000 100001 0 110101 1010110 111 10111 1010101 110101

Color Harmonies of #ED7021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7021

Black with #ED7021

Text Example


Text Example

White with #ED7021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7021; }

 p { color: rgb(237,112,33); }

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

background-color css

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

 a { background-color: rgb(237,112,33); }

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

border-color css

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

 span { border-color: rgb(237,112,33); }

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