Html Css Color HEX #EB901D Carrot Orange

📋 copy color: '#EB901D'

red 235 ◦ green 144 ◦ blue 29

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

Shades of Carrot Orange #EB901D

Tints of Carrot Orange #EB901D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 57.6%
G = 35.29%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB901D (or 0xEB901D) is known color: Carrot Orange. HEX triplet: EB, 90 and 1D. RGB value is (235,144,29). Sum of RGB (Red+Green+Blue) = 235+144+29=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB901D is #146FE2. Grayscale: #9E9E9E. Windows color (decimal): -1339363 or 1937643. OLE color: 1937643.

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

Color convert

RGB 235 144 29 -
CMYK 0 0.39 0.88 0.08
HSL 33.5º 0.84% 0.52% -
HSV(B) 33.5º 0.88% 0.92% -
XYZ 44.46 37.7 6.1 -
YUV 158.1 55.15 182.85 -
System Red Green Blue C M Y K H S L
Decimal 235 144 29 0 0.39 0.88 0.08 33.5 0.84 0.52
Hex EB 90 1D 0 27 58 8 21 54 34
Octal 353 220 35 0 47 130 10 41 124 64
Binary 11101011 10010000 11101 0 100111 1011000 1000 100001 1010100 110100

Color Harmonies of #EB901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB901D

Black with #EB901D

Text Example


Text Example

White with #EB901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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