Html Css Color HEX #EB7D1E Carrot Orange

📋 copy color: '#EB7D1E'

red 235 ◦ green 125 ◦ blue 30

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

Shades of Carrot Orange #EB7D1E

Tints of Carrot Orange #EB7D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.69%

R = 60.26%
G = 32.05%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB7D1E (or 0xEB7D1E) is known color: Carrot Orange. HEX triplet: EB, 7D and 1E. RGB value is (235,125,30). Sum of RGB (Red+Green+Blue) = 235+125+30=390 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.26% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 30 (12.11% from 255 or 7.69% from 390); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D1E is #1482E1. Grayscale: #939393. Windows color (decimal): -1344226 or 1998315. OLE color: 1998315.

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

Color convert

RGB 235 125 30 -
CMYK 0 0.47 0.87 0.08
HSL 27.8º 0.84% 0.52% -
HSV(B) 27.8º 0.87% 0.92% -
XYZ 41.83 32.42 5.28 -
YUV 147.06 61.94 190.72 -
System Red Green Blue C M Y K H S L
Decimal 235 125 30 0 0.47 0.87 0.08 27.8 0.84 0.52
Hex EB 7D 1E 0 2F 57 8 1C 54 34
Octal 353 175 36 0 57 127 10 34 124 64
Binary 11101011 1111101 11110 0 101111 1010111 1000 11100 1010100 110100

Color Harmonies of #EB7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D1E

Black with #EB7D1E

Text Example


Text Example

White with #EB7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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