Html Css Color HEX #ED881E Carrot Orange

📋 copy color: '#ED881E'

red 237 ◦ green 136 ◦ blue 30

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

Shades of Carrot Orange #ED881E

Tints of Carrot Orange #ED881E

RGB

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

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

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

R = 58.81%
G = 33.75%
B = 7.44%

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

#ED881E (or 0xED881E) is known color: Carrot Orange. HEX triplet: ED, 88 and 1E. RGB value is (237,136,30). Sum of RGB (Red+Green+Blue) = 237+136+30=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED881E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED881E is #1277E1. Grayscale: #9A9A9A. Windows color (decimal): -1210338 or 2001133. OLE color: 2001133.

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

Color convert

RGB 237 136 30 -
CMYK 0 0.43 0.87 0.07
HSL 30.72º 0.85% 0.52% -
HSV(B) 30.72º 0.87% 0.93% -
XYZ 43.96 35.71 5.8 -
YUV 154.12 57.96 187.12 -
System Red Green Blue C M Y K H S L
Decimal 237 136 30 0 0.43 0.87 0.07 30.72 0.85 0.52
Hex ED 88 1E 0 2B 57 7 1F 55 34
Octal 355 210 36 0 53 127 7 37 125 64
Binary 11101101 10001000 11110 0 101011 1010111 111 11111 1010101 110100

Color Harmonies of #ED881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED881E

Black with #ED881E

Text Example


Text Example

White with #ED881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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