Html Css Color HEX #EB7D1C Carrot Orange

📋 copy color: '#EB7D1C'

red 235 ◦ green 125 ◦ blue 28

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

Shades of Carrot Orange #EB7D1C

Tints of Carrot Orange #EB7D1C

RGB

 RED value IS 235 (92.19% from 255) = 60.57%

 GREEN value IS 125 (49.22% from 255) = 32.22%

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

R = 60.57%
G = 32.22%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB7D1C (or 0xEB7D1C) is known color: Carrot Orange. HEX triplet: EB, 7D and 1C. RGB value is (235,125,28). Sum of RGB (Red+Green+Blue) = 235+125+28=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D1C is #1482E3. Grayscale: #939393. Windows color (decimal): -1344228 or 1867243. OLE color: 1867243.

HSL color Cylindrical-coordinate representation of color #EB7D1C: hue angle of 28.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB7D1C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 125 28 -
CMYK 0 0.47 0.88 0.08
HSL 28.12º 0.84% 0.52% -
HSV(B) 28.12º 0.88% 0.92% -
XYZ 41.8 32.41 5.15 -
YUV 146.83 60.94 190.89 -
System Red Green Blue C M Y K H S L
Decimal 235 125 28 0 0.47 0.88 0.08 28.12 0.84 0.52
Hex EB 7D 1C 0 2F 58 8 1C 54 34
Octal 353 175 34 0 57 130 10 34 124 64
Binary 11101011 1111101 11100 0 101111 1011000 1000 11100 1010100 110100

Color Harmonies of #EB7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D1C

Black with #EB7D1C

Text Example


Text Example

White with #EB7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D1C; }

 p { color: rgb(235,125,28); }

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

background-color css

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

 a { background-color: rgb(235,125,28); }

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

border-color css

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

 span { border-color: rgb(235,125,28); }

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