Html Css Color HEX #EB9A1D Carrot Orange

📋 copy color: '#EB9A1D'

red 235 ◦ green 154 ◦ blue 29

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

Shades of Carrot Orange #EB9A1D

Tints of Carrot Orange #EB9A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

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

R = 56.22%
G = 36.84%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB9A1D (or 0xEB9A1D) is known color: Carrot Orange. HEX triplet: EB, 9A and 1D. RGB value is (235,154,29). Sum of RGB (Red+Green+Blue) = 235+154+29=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A1D is #1465E2. Grayscale: #A4A4A4. Windows color (decimal): -1336803 or 1940203. OLE color: 1940203.

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

Color convert

RGB 235 154 29 -
CMYK 0 0.34 0.88 0.08
HSL 36.41º 0.84% 0.52% -
HSV(B) 36.41º 0.88% 0.92% -
XYZ 46.04 40.86 6.62 -
YUV 163.97 51.84 178.66 -
System Red Green Blue C M Y K H S L
Decimal 235 154 29 0 0.34 0.88 0.08 36.41 0.84 0.52
Hex EB 9A 1D 0 22 58 8 24 54 34
Octal 353 232 35 0 42 130 10 44 124 64
Binary 11101011 10011010 11101 0 100010 1011000 1000 100100 1010100 110100

Color Harmonies of #EB9A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A1D

Black with #EB9A1D

Text Example


Text Example

White with #EB9A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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