Html Css Color HEX #ED8D2C Carrot Orange

📋 copy color: '#ED8D2C'

red 237 ◦ green 141 ◦ blue 44

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

Shades of Carrot Orange #ED8D2C

Tints of Carrot Orange #ED8D2C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 56.16%
G = 33.41%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED8D2C (or 0xED8D2C) is known color: Carrot Orange. HEX triplet: ED, 8D and 2C. RGB value is (237,141,44). Sum of RGB (Red+Green+Blue) = 237+141+44=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D2C is #1272D3. Grayscale: #9F9F9F. Windows color (decimal): -1209044 or 2919917. OLE color: 2919917.

HSL color Cylindrical-coordinate representation of color #ED8D2C: hue angle of 30.16º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED8D2C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 141 44 -
CMYK 0 0.41 0.81 0.07
HSL 30.16º 0.84% 0.55% -
HSV(B) 30.16º 0.81% 0.93% -
XYZ 44.9 37.24 7.2 -
YUV 158.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 237 141 44 0 0.41 0.81 0.07 30.16 0.84 0.55
Hex ED 8D 2C 0 29 51 7 1E 54 37
Octal 355 215 54 0 51 121 7 36 124 67
Binary 11101101 10001101 101100 0 101001 1010001 111 11110 1010100 110111

Color Harmonies of #ED8D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D2C

Black with #ED8D2C

Text Example


Text Example

White with #ED8D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D2C; }

 p { color: rgb(237,141,44); }

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

background-color css

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

 a { background-color: rgb(237,141,44); }

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

border-color css

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

 span { border-color: rgb(237,141,44); }

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