Html Css Color HEX #ED881D Carrot Orange

📋 copy color: '#ED881D'

red 237 ◦ green 136 ◦ blue 29

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

Shades of Carrot Orange #ED881D

Tints of Carrot Orange #ED881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.21%

R = 58.96%
G = 33.83%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED881D (or 0xED881D) is known color: Carrot Orange. HEX triplet: ED, 88 and 1D. RGB value is (237,136,29). Sum of RGB (Red+Green+Blue) = 237+136+29=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED881D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED881D is #1277E2. Grayscale: #9A9A9A. Windows color (decimal): -1210339 or 1935597. OLE color: 1935597.

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

Color convert

RGB 237 136 29 -
CMYK 0 0.43 0.88 0.07
HSL 30.87º 0.85% 0.52% -
HSV(B) 30.87º 0.88% 0.93% -
XYZ 43.95 35.7 5.74 -
YUV 154 57.46 187.2 -
System Red Green Blue C M Y K H S L
Decimal 237 136 29 0 0.43 0.88 0.07 30.87 0.85 0.52
Hex ED 88 1D 0 2B 58 7 1F 55 34
Octal 355 210 35 0 53 130 7 37 125 64
Binary 11101101 10001000 11101 0 101011 1011000 111 11111 1010101 110100

Color Harmonies of #ED881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED881D

Black with #ED881D

Text Example


Text Example

White with #ED881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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