Html Css Color HEX #ED881A Carrot Orange

📋 copy color: '#ED881A'

red 237 ◦ green 136 ◦ blue 26

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

Shades of Carrot Orange #ED881A

Tints of Carrot Orange #ED881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.52%

R = 59.4%
G = 34.09%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED881A (or 0xED881A) is known color: Carrot Orange. HEX triplet: ED, 88 and 1A. RGB value is (237,136,26). Sum of RGB (Red+Green+Blue) = 237+136+26=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED881A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED881A is #1277E5. Grayscale: #9A9A9A. Windows color (decimal): -1210342 or 1738989. OLE color: 1738989.

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

Color convert

RGB 237 136 26 -
CMYK 0 0.43 0.89 0.07
HSL 31.28º 0.85% 0.52% -
HSV(B) 31.28º 0.89% 0.93% -
XYZ 43.92 35.69 5.55 -
YUV 153.66 55.96 187.44 -
System Red Green Blue C M Y K H S L
Decimal 237 136 26 0 0.43 0.89 0.07 31.28 0.85 0.52
Hex ED 88 1A 0 2B 59 7 1F 55 34
Octal 355 210 32 0 53 131 7 37 125 64
Binary 11101101 10001000 11010 0 101011 1011001 111 11111 1010101 110100

Color Harmonies of #ED881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED881A

Black with #ED881A

Text Example


Text Example

White with #ED881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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