Html Css Color HEX #ED851F Carrot Orange

📋 copy color: '#ED851F'

red 237 ◦ green 133 ◦ blue 31

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

Shades of Carrot Orange #ED851F

Tints of Carrot Orange #ED851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 59.1%
G = 33.17%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED851F (or 0xED851F) is known color: Carrot Orange. HEX triplet: ED, 85 and 1F. RGB value is (237,133,31). Sum of RGB (Red+Green+Blue) = 237+133+31=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED851F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED851F is #127AE0. Grayscale: #989898. Windows color (decimal): -1211105 or 2065901. OLE color: 2065901.

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

Color convert

RGB 237 133 31 -
CMYK 0 0.44 0.87 0.07
HSL 29.71º 0.85% 0.53% -
HSV(B) 29.71º 0.87% 0.93% -
XYZ 43.56 34.88 5.73 -
YUV 152.47 59.46 188.29 -
System Red Green Blue C M Y K H S L
Decimal 237 133 31 0 0.44 0.87 0.07 29.71 0.85 0.53
Hex ED 85 1F 0 2C 57 7 1E 55 35
Octal 355 205 37 0 54 127 7 36 125 65
Binary 11101101 10000101 11111 0 101100 1010111 111 11110 1010101 110101

Color Harmonies of #ED851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED851F

Black with #ED851F

Text Example


Text Example

White with #ED851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED851F; }

 p { color: rgb(237,133,31); }

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

background-color css

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

 a { background-color: rgb(237,133,31); }

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

border-color css

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

 span { border-color: rgb(237,133,31); }

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