Html Css Color HEX #ED7F1C Carrot Orange

📋 copy color: '#ED7F1C'

red 237 ◦ green 127 ◦ blue 28

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

Shades of Carrot Orange #ED7F1C

Tints of Carrot Orange #ED7F1C

RGB

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

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

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

R = 60.46%
G = 32.4%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED7F1C (or 0xED7F1C) is known color: Carrot Orange. HEX triplet: ED, 7F and 1C. RGB value is (237,127,28). Sum of RGB (Red+Green+Blue) = 237+127+28=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7F1C is #1280E3. Grayscale: #959595. Windows color (decimal): -1212644 or 1867757. OLE color: 1867757.

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

Color convert

RGB 237 127 28 -
CMYK 0 0.46 0.88 0.07
HSL 28.42º 0.85% 0.52% -
HSV(B) 28.42º 0.88% 0.93% -
XYZ 42.72 33.27 5.27 -
YUV 148.6 59.94 191.05 -
System Red Green Blue C M Y K H S L
Decimal 237 127 28 0 0.46 0.88 0.07 28.42 0.85 0.52
Hex ED 7F 1C 0 2E 58 7 1C 55 34
Octal 355 177 34 0 56 130 7 34 125 64
Binary 11101101 1111111 11100 0 101110 1011000 111 11100 1010101 110100

Color Harmonies of #ED7F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F1C

Black with #ED7F1C

Text Example


Text Example

White with #ED7F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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