Html Css Color HEX #EB8C29 Carrot Orange

📋 copy color: '#EB8C29'

red 235 ◦ green 140 ◦ blue 41

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

Shades of Carrot Orange #EB8C29

Tints of Carrot Orange #EB8C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 56.49%
G = 33.65%
B = 9.86%

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

#EB8C29 (or 0xEB8C29) is known color: Carrot Orange. HEX triplet: EB, 8C and 29. RGB value is (235,140,41). Sum of RGB (Red+Green+Blue) = 235+140+41=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C29 is #1473D6. Grayscale: #9D9D9D. Windows color (decimal): -1340375 or 2723051. OLE color: 2723051.

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

Color convert

RGB 235 140 41 -
CMYK 0 0.40 0.83 0.08
HSL 30.62º 0.83% 0.54% -
HSV(B) 30.62º 0.83% 0.92% -
XYZ 44.04 36.58 6.84 -
YUV 157.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 235 140 41 0 0.40 0.83 0.08 30.62 0.83 0.54
Hex EB 8C 29 0 28 53 8 1F 53 36
Octal 353 214 51 0 50 123 10 37 123 66
Binary 11101011 10001100 101001 0 101000 1010011 1000 11111 1010011 110110

Color Harmonies of #EB8C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C29

Black with #EB8C29

Text Example


Text Example

White with #EB8C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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