Html Css Color HEX #ED861E Carrot Orange

📋 copy color: '#ED861E'

red 237 ◦ green 134 ◦ blue 30

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

Shades of Carrot Orange #ED861E

Tints of Carrot Orange #ED861E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 59.1%
G = 33.42%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED861E (or 0xED861E) is known color: Carrot Orange. HEX triplet: ED, 86 and 1E. RGB value is (237,134,30). Sum of RGB (Red+Green+Blue) = 237+134+30=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED861E is #1279E1. Grayscale: #999999. Windows color (decimal): -1210850 or 2000621. OLE color: 2000621.

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

Color convert

RGB 237 134 30 -
CMYK 0 0.43 0.87 0.07
HSL 30.14º 0.85% 0.52% -
HSV(B) 30.14º 0.87% 0.93% -
XYZ 43.68 35.15 5.71 -
YUV 152.94 58.62 187.96 -
System Red Green Blue C M Y K H S L
Decimal 237 134 30 0 0.43 0.87 0.07 30.14 0.85 0.52
Hex ED 86 1E 0 2B 57 7 1E 55 34
Octal 355 206 36 0 53 127 7 36 125 64
Binary 11101101 10000110 11110 0 101011 1010111 111 11110 1010101 110100

Color Harmonies of #ED861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED861E

Black with #ED861E

Text Example


Text Example

White with #ED861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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