Html Css Color HEX #ED8D1A Carrot Orange

📋 copy color: '#ED8D1A'

red 237 ◦ green 141 ◦ blue 26

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

Shades of Carrot Orange #ED8D1A

Tints of Carrot Orange #ED8D1A

RGB

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

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

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

R = 58.66%
G = 34.9%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED8D1A (or 0xED8D1A) is known color: Carrot Orange. HEX triplet: ED, 8D and 1A. RGB value is (237,141,26). Sum of RGB (Red+Green+Blue) = 237+141+26=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D1A is #1272E5. Grayscale: #9D9D9D. Windows color (decimal): -1209062 or 1740269. OLE color: 1740269.

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

Color convert

RGB 237 141 26 -
CMYK 0 0.41 0.89 0.07
HSL 32.7º 0.85% 0.52% -
HSV(B) 32.7º 0.89% 0.93% -
XYZ 44.64 37.13 5.79 -
YUV 156.59 54.3 185.35 -
System Red Green Blue C M Y K H S L
Decimal 237 141 26 0 0.41 0.89 0.07 32.7 0.85 0.52
Hex ED 8D 1A 0 29 59 7 21 55 34
Octal 355 215 32 0 51 131 7 41 125 64
Binary 11101101 10001101 11010 0 101001 1011001 111 100001 1010101 110100

Color Harmonies of #ED8D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D1A

Black with #ED8D1A

Text Example


Text Example

White with #ED8D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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