Html Css Color HEX #EB8A28 Carrot Orange

📋 copy color: '#EB8A28'

red 235 ◦ green 138 ◦ blue 40

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

Shades of Carrot Orange #EB8A28

Tints of Carrot Orange #EB8A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

 BLUE value IS 40 (16.02% from 255) = 9.69%

R = 56.9%
G = 33.41%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB8A28 (or 0xEB8A28) is known color: Carrot Orange. HEX triplet: EB, 8A and 28. RGB value is (235,138,40). Sum of RGB (Red+Green+Blue) = 235+138+40=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8A28 is #1475D7. Grayscale: #9C9C9C. Windows color (decimal): -1340888 or 2657003. OLE color: 2657003.

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

Color convert

RGB 235 138 40 -
CMYK 0 0.41 0.83 0.08
HSL 30.15º 0.83% 0.54% -
HSV(B) 30.15º 0.83% 0.92% -
XYZ 43.73 35.99 6.65 -
YUV 155.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 235 138 40 0 0.41 0.83 0.08 30.15 0.83 0.54
Hex EB 8A 28 0 29 53 8 1E 53 36
Octal 353 212 50 0 51 123 10 36 123 66
Binary 11101011 10001010 101000 0 101001 1010011 1000 11110 1010011 110110

Color Harmonies of #EB8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A28

Black with #EB8A28

Text Example


Text Example

White with #EB8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A28; }

 p { color: rgb(235,138,40); }

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

background-color css

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

 a { background-color: rgb(235,138,40); }

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

border-color css

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

 span { border-color: rgb(235,138,40); }

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