Html Css Color HEX #ED7F26 Carrot Orange

📋 copy color: '#ED7F26'

red 237 ◦ green 127 ◦ blue 38

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

Shades of Carrot Orange #ED7F26

Tints of Carrot Orange #ED7F26

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 38 (15.23% from 255) = 9.45%

R = 58.96%
G = 31.59%
B = 9.45%

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

#ED7F26 (or 0xED7F26) is known color: Carrot Orange. HEX triplet: ED, 7F and 26. RGB value is (237,127,38). Sum of RGB (Red+Green+Blue) = 237+127+38=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7F26 is #1280D9. Grayscale: #969696. Windows color (decimal): -1212634 or 2523117. OLE color: 2523117.

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

Color convert

RGB 237 127 38 -
CMYK 0 0.46 0.84 0.07
HSL 26.83º 0.85% 0.54% -
HSV(B) 26.83º 0.84% 0.93% -
XYZ 42.86 33.32 6.01 -
YUV 149.74 64.94 190.24 -
System Red Green Blue C M Y K H S L
Decimal 237 127 38 0 0.46 0.84 0.07 26.83 0.85 0.54
Hex ED 7F 26 0 2E 54 7 1B 55 36
Octal 355 177 46 0 56 124 7 33 125 66
Binary 11101101 1111111 100110 0 101110 1010100 111 11011 1010101 110110

Color Harmonies of #ED7F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F26

Black with #ED7F26

Text Example


Text Example

White with #ED7F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F26; }

 p { color: rgb(237,127,38); }

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

background-color css

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

 a { background-color: rgb(237,127,38); }

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

border-color css

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

 span { border-color: rgb(237,127,38); }

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