Html Css Color HEX #EB8C26 Carrot Orange

📋 copy color: '#EB8C26'

red 235 ◦ green 140 ◦ blue 38

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

Shades of Carrot Orange #EB8C26

Tints of Carrot Orange #EB8C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 56.9%
G = 33.9%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB8C26 (or 0xEB8C26) is known color: Carrot Orange. HEX triplet: EB, 8C and 26. RGB value is (235,140,38). Sum of RGB (Red+Green+Blue) = 235+140+38=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C26 is #1473D9. Grayscale: #9D9D9D. Windows color (decimal): -1340378 or 2526443. OLE color: 2526443.

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

Color convert

RGB 235 140 38 -
CMYK 0 0.40 0.84 0.08
HSL 31.07º 0.83% 0.54% -
HSV(B) 31.07º 0.84% 0.92% -
XYZ 43.99 36.56 6.57 -
YUV 156.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 235 140 38 0 0.40 0.84 0.08 31.07 0.83 0.54
Hex EB 8C 26 0 28 54 8 1F 53 36
Octal 353 214 46 0 50 124 10 37 123 66
Binary 11101011 10001100 100110 0 101000 1010100 1000 11111 1010011 110110

Color Harmonies of #EB8C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C26

Black with #EB8C26

Text Example


Text Example

White with #EB8C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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