Html Css Color HEX #ED8625 Carrot Orange

📋 copy color: '#ED8625'

red 237 ◦ green 134 ◦ blue 37

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

Shades of Carrot Orange #ED8625

Tints of Carrot Orange #ED8625

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 37 (14.84% from 255) = 9.07%

R = 58.09%
G = 32.84%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED8625 (or 0xED8625) is known color: Carrot Orange. HEX triplet: ED, 86 and 25. RGB value is (237,134,37). Sum of RGB (Red+Green+Blue) = 237+134+37=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8625 is #1279DA. Grayscale: #9A9A9A. Windows color (decimal): -1210843 or 2459373. OLE color: 2459373.

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

Color convert

RGB 237 134 37 -
CMYK 0 0.43 0.84 0.07
HSL 29.1º 0.85% 0.54% -
HSV(B) 29.1º 0.84% 0.93% -
XYZ 43.78 35.19 6.23 -
YUV 153.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 237 134 37 0 0.43 0.84 0.07 29.1 0.85 0.54
Hex ED 86 25 0 2B 54 7 1D 55 36
Octal 355 206 45 0 53 124 7 35 125 66
Binary 11101101 10000110 100101 0 101011 1010100 111 11101 1010101 110110

Color Harmonies of #ED8625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8625

Black with #ED8625

Text Example


Text Example

White with #ED8625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8625; }

 p { color: rgb(237,134,37); }

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

background-color css

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

 a { background-color: rgb(237,134,37); }

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

border-color css

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

 span { border-color: rgb(237,134,37); }

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