Html Css Color HEX #ED8A1B Carrot Orange

📋 copy color: '#ED8A1B'

red 237 ◦ green 138 ◦ blue 27

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

Shades of Carrot Orange #ED8A1B

Tints of Carrot Orange #ED8A1B

RGB

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

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

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

R = 58.96%
G = 34.33%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED8A1B (or 0xED8A1B) is known color: Carrot Orange. HEX triplet: ED, 8A and 1B. RGB value is (237,138,27). Sum of RGB (Red+Green+Blue) = 237+138+27=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8A1B is #1275E4. Grayscale: #9B9B9B. Windows color (decimal): -1209829 or 1805037. OLE color: 1805037.

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

Color convert

RGB 237 138 27 -
CMYK 0 0.42 0.89 0.07
HSL 31.71º 0.85% 0.52% -
HSV(B) 31.71º 0.89% 0.93% -
XYZ 44.21 36.26 5.71 -
YUV 154.95 55.8 186.53 -
System Red Green Blue C M Y K H S L
Decimal 237 138 27 0 0.42 0.89 0.07 31.71 0.85 0.52
Hex ED 8A 1B 0 2A 59 7 20 55 34
Octal 355 212 33 0 52 131 7 40 125 64
Binary 11101101 10001010 11011 0 101010 1011001 111 100000 1010101 110100

Color Harmonies of #ED8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A1B

Black with #ED8A1B

Text Example


Text Example

White with #ED8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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