Html Css Color HEX #ED9417 Carrot Orange

📋 copy color: '#ED9417'

red 237 ◦ green 148 ◦ blue 23

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

Shades of Carrot Orange #ED9417

Tints of Carrot Orange #ED9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 58.09%
G = 36.27%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED9417 (or 0xED9417) is known color: Carrot Orange. HEX triplet: ED, 94 and 17. RGB value is (237,148,23). Sum of RGB (Red+Green+Blue) = 237+148+23=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9417 is #126BE8. Grayscale: #A0A0A0. Windows color (decimal): -1207273 or 1545453. OLE color: 1545453.

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

Color convert

RGB 237 148 23 -
CMYK 0 0.38 0.90 0.07
HSL 35.05º 0.86% 0.51% -
HSV(B) 35.05º 0.9% 0.93% -
XYZ 45.67 39.25 5.98 -
YUV 160.36 50.49 182.66 -
System Red Green Blue C M Y K H S L
Decimal 237 148 23 0 0.38 0.90 0.07 35.05 0.86 0.51
Hex ED 94 17 0 26 5A 7 23 56 33
Octal 355 224 27 0 46 132 7 43 126 63
Binary 11101101 10010100 10111 0 100110 1011010 111 100011 1010110 110011

Color Harmonies of #ED9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9417

Black with #ED9417

Text Example


Text Example

White with #ED9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9417; }

 p { color: rgb(237,148,23); }

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

background-color css

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

 a { background-color: rgb(237,148,23); }

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

border-color css

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

 span { border-color: rgb(237,148,23); }

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