Html Css Color HEX #ED871C Carrot Orange

📋 copy color: '#ED871C'

red 237 ◦ green 135 ◦ blue 28

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

Shades of Carrot Orange #ED871C

Tints of Carrot Orange #ED871C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 28 (11.33% from 255) = 7%

R = 59.25%
G = 33.75%
B = 7%

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

#ED871C (or 0xED871C) is known color: Carrot Orange. HEX triplet: ED, 87 and 1C. RGB value is (237,135,28). Sum of RGB (Red+Green+Blue) = 237+135+28=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED871C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED871C is #1278E3. Grayscale: #999999. Windows color (decimal): -1210596 or 1869805. OLE color: 1869805.

HSL color Cylindrical-coordinate representation of color #ED871C: 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.88%. Process color model (Four color, CMYK) of #ED871C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 135 28 -
CMYK 0 0.43 0.88 0.07
HSL 30.72º 0.85% 0.52% -
HSV(B) 30.72º 0.88% 0.93% -
XYZ 43.8 35.42 5.63 -
YUV 153.3 57.29 187.7 -
System Red Green Blue C M Y K H S L
Decimal 237 135 28 0 0.43 0.88 0.07 30.72 0.85 0.52
Hex ED 87 1C 0 2B 58 7 1F 55 34
Octal 355 207 34 0 53 130 7 37 125 64
Binary 11101101 10000111 11100 0 101011 1011000 111 11111 1010101 110100

Color Harmonies of #ED871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED871C

Black with #ED871C

Text Example


Text Example

White with #ED871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED871C; }

 p { color: rgb(237,135,28); }

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

background-color css

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

 a { background-color: rgb(237,135,28); }

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

border-color css

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

 span { border-color: rgb(237,135,28); }

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