Html Css Color HEX #ED851C Carrot Orange

📋 copy color: '#ED851C'

red 237 ◦ green 133 ◦ blue 28

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

Shades of Carrot Orange #ED851C

Tints of Carrot Orange #ED851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 59.55%
G = 33.42%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED851C (or 0xED851C) is known color: Carrot Orange. HEX triplet: ED, 85 and 1C. RGB value is (237,133,28). Sum of RGB (Red+Green+Blue) = 237+133+28=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED851C is #127AE3. Grayscale: #989898. Windows color (decimal): -1211108 or 1869293. OLE color: 1869293.

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

Color convert

RGB 237 133 28 -
CMYK 0 0.44 0.88 0.07
HSL 30.14º 0.85% 0.52% -
HSV(B) 30.14º 0.88% 0.93% -
XYZ 43.52 34.86 5.53 -
YUV 152.13 57.96 188.54 -
System Red Green Blue C M Y K H S L
Decimal 237 133 28 0 0.44 0.88 0.07 30.14 0.85 0.52
Hex ED 85 1C 0 2C 58 7 1E 55 34
Octal 355 205 34 0 54 130 7 36 125 64
Binary 11101101 10000101 11100 0 101100 1011000 111 11110 1010101 110100

Color Harmonies of #ED851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED851C

Black with #ED851C

Text Example


Text Example

White with #ED851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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