Html Css Color HEX #ED9B1C Carrot Orange

📋 copy color: '#ED9B1C'

red 237 ◦ green 155 ◦ blue 28

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

Shades of Carrot Orange #ED9B1C

Tints of Carrot Orange #ED9B1C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 56.43%
G = 36.9%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED9B1C (or 0xED9B1C) is known color: Carrot Orange. HEX triplet: ED, 9B and 1C. RGB value is (237,155,28). Sum of RGB (Red+Green+Blue) = 237+155+28=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9B1C is #1264E3. Grayscale: #A5A5A5. Windows color (decimal): -1205476 or 1874925. OLE color: 1874925.

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

Color convert

RGB 237 155 28 -
CMYK 0 0.35 0.88 0.07
HSL 36.46º 0.85% 0.52% -
HSV(B) 36.46º 0.88% 0.93% -
XYZ 46.86 41.53 6.65 -
YUV 165.04 50.67 179.33 -
System Red Green Blue C M Y K H S L
Decimal 237 155 28 0 0.35 0.88 0.07 36.46 0.85 0.52
Hex ED 9B 1C 0 23 58 7 24 55 34
Octal 355 233 34 0 43 130 7 44 125 64
Binary 11101101 10011011 11100 0 100011 1011000 111 100100 1010101 110100

Color Harmonies of #ED9B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9B1C

Black with #ED9B1C

Text Example


Text Example

White with #ED9B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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