Html Css Color HEX #ED8127 Carrot Orange

📋 copy color: '#ED8127'

red 237 ◦ green 129 ◦ blue 39

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

Shades of Carrot Orange #ED8127

Tints of Carrot Orange #ED8127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 58.52%
G = 31.85%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED8127 (or 0xED8127) is known color: Carrot Orange. HEX triplet: ED, 81 and 27. RGB value is (237,129,39). Sum of RGB (Red+Green+Blue) = 237+129+39=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8127 is #127ED8. Grayscale: #979797. Windows color (decimal): -1212121 or 2589165. OLE color: 2589165.

HSL color Cylindrical-coordinate representation of color #ED8127: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED8127 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 39 -
CMYK 0 0.46 0.84 0.07
HSL 27.27º 0.85% 0.54% -
HSV(B) 27.27º 0.84% 0.93% -
XYZ 43.14 33.85 6.18 -
YUV 151.03 64.78 189.32 -
System Red Green Blue C M Y K H S L
Decimal 237 129 39 0 0.46 0.84 0.07 27.27 0.85 0.54
Hex ED 81 27 0 2E 54 7 1B 55 36
Octal 355 201 47 0 56 124 7 33 125 66
Binary 11101101 10000001 100111 0 101110 1010100 111 11011 1010101 110110

Color Harmonies of #ED8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8127

Black with #ED8127

Text Example


Text Example

White with #ED8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8127; }

 p { color: rgb(237,129,39); }

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

background-color css

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

 a { background-color: rgb(237,129,39); }

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

border-color css

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

 span { border-color: rgb(237,129,39); }

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