Html Css Color HEX #EB7D1D Carrot Orange

📋 copy color: '#EB7D1D'

red 235 ◦ green 125 ◦ blue 29

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

Shades of Carrot Orange #EB7D1D

Tints of Carrot Orange #EB7D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.46%

R = 60.41%
G = 32.13%
B = 7.46%

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

#EB7D1D (or 0xEB7D1D) is known color: Carrot Orange. HEX triplet: EB, 7D and 1D. RGB value is (235,125,29). Sum of RGB (Red+Green+Blue) = 235+125+29=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D1D is #1482E2. Grayscale: #939393. Windows color (decimal): -1344227 or 1932779. OLE color: 1932779.

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

Color convert

RGB 235 125 29 -
CMYK 0 0.47 0.88 0.08
HSL 27.96º 0.84% 0.52% -
HSV(B) 27.96º 0.88% 0.92% -
XYZ 41.82 32.42 5.22 -
YUV 146.95 61.44 190.81 -
System Red Green Blue C M Y K H S L
Decimal 235 125 29 0 0.47 0.88 0.08 27.96 0.84 0.52
Hex EB 7D 1D 0 2F 58 8 1C 54 34
Octal 353 175 35 0 57 130 10 34 124 64
Binary 11101011 1111101 11101 0 101111 1011000 1000 11100 1010100 110100

Color Harmonies of #EB7D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D1D

Black with #EB7D1D

Text Example


Text Example

White with #EB7D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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