Html Css Color HEX #EB8B2A Carrot Orange

📋 copy color: '#EB8B2A'

red 235 ◦ green 139 ◦ blue 42

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

Shades of Carrot Orange #EB8B2A

Tints of Carrot Orange #EB8B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 56.49%
G = 33.41%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB8B2A (or 0xEB8B2A) is known color: Carrot Orange. HEX triplet: EB, 8B and 2A. RGB value is (235,139,42). Sum of RGB (Red+Green+Blue) = 235+139+42=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8B2A is #1474D5. Grayscale: #9D9D9D. Windows color (decimal): -1340630 or 2788331. OLE color: 2788331.

HSL color Cylindrical-coordinate representation of color #EB8B2A: hue angle of 30.16º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB8B2A is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 139 42 -
CMYK 0 0.41 0.82 0.08
HSL 30.16º 0.83% 0.54% -
HSV(B) 30.16º 0.82% 0.92% -
XYZ 43.91 36.29 6.88 -
YUV 156.65 63.3 183.89 -
System Red Green Blue C M Y K H S L
Decimal 235 139 42 0 0.41 0.82 0.08 30.16 0.83 0.54
Hex EB 8B 2A 0 29 52 8 1E 53 36
Octal 353 213 52 0 51 122 10 36 123 66
Binary 11101011 10001011 101010 0 101001 1010010 1000 11110 1010011 110110

Color Harmonies of #EB8B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B2A

Black with #EB8B2A

Text Example


Text Example

White with #EB8B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B2A; }

 p { color: rgb(235,139,42); }

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

background-color css

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

 a { background-color: rgb(235,139,42); }

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

border-color css

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

 span { border-color: rgb(235,139,42); }

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