Html Css Color HEX #EB9C1D Carrot Orange

📋 copy color: '#EB9C1D'

red 235 ◦ green 156 ◦ blue 29

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

Shades of Carrot Orange #EB9C1D

Tints of Carrot Orange #EB9C1D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

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

R = 55.95%
G = 37.14%
B = 6.9%

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

#EB9C1D (or 0xEB9C1D) is known color: Carrot Orange. HEX triplet: EB, 9C and 1D. RGB value is (235,156,29). Sum of RGB (Red+Green+Blue) = 235+156+29=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9C1D is #1463E2. Grayscale: #A5A5A5. Windows color (decimal): -1336291 or 1940715. OLE color: 1940715.

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

Color convert

RGB 235 156 29 -
CMYK 0 0.34 0.88 0.08
HSL 36.99º 0.84% 0.52% -
HSV(B) 36.99º 0.88% 0.92% -
XYZ 46.37 41.53 6.73 -
YUV 165.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 235 156 29 0 0.34 0.88 0.08 36.99 0.84 0.52
Hex EB 9C 1D 0 22 58 8 25 54 34
Octal 353 234 35 0 42 130 10 45 124 64
Binary 11101011 10011100 11101 0 100010 1011000 1000 100101 1010100 110100

Color Harmonies of #EB9C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9C1D

Black with #EB9C1D

Text Example


Text Example

White with #EB9C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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