Html Css Color HEX #ED881F Carrot Orange

📋 copy color: '#ED881F'

red 237 ◦ green 136 ◦ blue 31

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

Shades of Carrot Orange #ED881F

Tints of Carrot Orange #ED881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 58.66%
G = 33.66%
B = 7.67%

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

#ED881F (or 0xED881F) is known color: Carrot Orange. HEX triplet: ED, 88 and 1F. RGB value is (237,136,31). Sum of RGB (Red+Green+Blue) = 237+136+31=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED881F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED881F is #1277E0. Grayscale: #9A9A9A. Windows color (decimal): -1210337 or 2066669. OLE color: 2066669.

HSL color Cylindrical-coordinate representation of color #ED881F: hue angle of 30.58º 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 #ED881F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 136 31 -
CMYK 0 0.43 0.87 0.07
HSL 30.58º 0.85% 0.53% -
HSV(B) 30.58º 0.87% 0.93% -
XYZ 43.98 35.71 5.87 -
YUV 154.23 58.46 187.04 -
System Red Green Blue C M Y K H S L
Decimal 237 136 31 0 0.43 0.87 0.07 30.58 0.85 0.53
Hex ED 88 1F 0 2B 57 7 1F 55 35
Octal 355 210 37 0 53 127 7 37 125 65
Binary 11101101 10001000 11111 0 101011 1010111 111 11111 1010101 110101

Color Harmonies of #ED881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED881F

Black with #ED881F

Text Example


Text Example

White with #ED881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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