Html Css Color HEX #ED8D1B Carrot Orange

📋 copy color: '#ED8D1B'

red 237 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #ED8D1B

Tints of Carrot Orange #ED8D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.67%

R = 58.52%
G = 34.81%
B = 6.67%

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

#ED8D1B (or 0xED8D1B) is known color: Carrot Orange. HEX triplet: ED, 8D and 1B. RGB value is (237,141,27). Sum of RGB (Red+Green+Blue) = 237+141+27=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D1B is #1272E4. Grayscale: #9D9D9D. Windows color (decimal): -1209061 or 1805805. OLE color: 1805805.

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

Color convert

RGB 237 141 27 -
CMYK 0 0.41 0.89 0.07
HSL 32.57º 0.85% 0.52% -
HSV(B) 32.57º 0.89% 0.93% -
XYZ 44.65 37.13 5.85 -
YUV 156.71 54.8 185.27 -
System Red Green Blue C M Y K H S L
Decimal 237 141 27 0 0.41 0.89 0.07 32.57 0.85 0.52
Hex ED 8D 1B 0 29 59 7 21 55 34
Octal 355 215 33 0 51 131 7 41 125 64
Binary 11101101 10001101 11011 0 101001 1011001 111 100001 1010101 110100

Color Harmonies of #ED8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D1B

Black with #ED8D1B

Text Example


Text Example

White with #ED8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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