Html Css Color HEX #EB8C28 Carrot Orange

📋 copy color: '#EB8C28'

red 235 ◦ green 140 ◦ blue 40

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

Shades of Carrot Orange #EB8C28

Tints of Carrot Orange #EB8C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 56.63%
G = 33.73%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB8C28 (or 0xEB8C28) is known color: Carrot Orange. HEX triplet: EB, 8C and 28. RGB value is (235,140,40). Sum of RGB (Red+Green+Blue) = 235+140+40=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C28 is #1473D7. Grayscale: #9D9D9D. Windows color (decimal): -1340376 or 2657515. OLE color: 2657515.

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

Color convert

RGB 235 140 40 -
CMYK 0 0.40 0.83 0.08
HSL 30.77º 0.83% 0.54% -
HSV(B) 30.77º 0.83% 0.92% -
XYZ 44.02 36.57 6.75 -
YUV 157.01 61.97 183.63 -
System Red Green Blue C M Y K H S L
Decimal 235 140 40 0 0.40 0.83 0.08 30.77 0.83 0.54
Hex EB 8C 28 0 28 53 8 1F 53 36
Octal 353 214 50 0 50 123 10 37 123 66
Binary 11101011 10001100 101000 0 101000 1010011 1000 11111 1010011 110110

Color Harmonies of #EB8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C28

Black with #EB8C28

Text Example


Text Example

White with #EB8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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