Html Css Color HEX #ED8A16 Carrot Orange

📋 copy color: '#ED8A16'

red 237 ◦ green 138 ◦ blue 22

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

Shades of Carrot Orange #ED8A16

Tints of Carrot Orange #ED8A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 59.7%
G = 34.76%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED8A16 (or 0xED8A16) is known color: Carrot Orange. HEX triplet: ED, 8A and 16. RGB value is (237,138,22). Sum of RGB (Red+Green+Blue) = 237+138+22=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8A16 is #1275E9. Grayscale: #9A9A9A. Windows color (decimal): -1209834 or 1477357. OLE color: 1477357.

HSL color Cylindrical-coordinate representation of color #ED8A16: hue angle of 32.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED8A16 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 138 22 -
CMYK 0 0.42 0.91 0.07
HSL 32.37º 0.86% 0.51% -
HSV(B) 32.37º 0.91% 0.93% -
XYZ 44.16 36.24 5.43 -
YUV 154.38 53.3 186.93 -
System Red Green Blue C M Y K H S L
Decimal 237 138 22 0 0.42 0.91 0.07 32.37 0.86 0.51
Hex ED 8A 16 0 2A 5B 7 20 56 33
Octal 355 212 26 0 52 133 7 40 126 63
Binary 11101101 10001010 10110 0 101010 1011011 111 100000 1010110 110011

Color Harmonies of #ED8A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A16

Black with #ED8A16

Text Example


Text Example

White with #ED8A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A16; }

 p { color: rgb(237,138,22); }

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

background-color css

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

 a { background-color: rgb(237,138,22); }

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

border-color css

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

 span { border-color: rgb(237,138,22); }

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