Html Css Color HEX #EB821C Carrot Orange

📋 copy color: '#EB821C'

red 235 ◦ green 130 ◦ blue 28

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

Shades of Carrot Orange #EB821C

Tints of Carrot Orange #EB821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.08%

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 59.8%
G = 33.08%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB821C (or 0xEB821C) is known color: Carrot Orange. HEX triplet: EB, 82 and 1C. RGB value is (235,130,28). Sum of RGB (Red+Green+Blue) = 235+130+28=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB821C is #147DE3. Grayscale: #969696. Windows color (decimal): -1342948 or 1868523. OLE color: 1868523.

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

Color convert

RGB 235 130 28 -
CMYK 0 0.45 0.88 0.08
HSL 29.57º 0.84% 0.52% -
HSV(B) 29.57º 0.88% 0.92% -
XYZ 42.45 33.71 5.37 -
YUV 149.77 59.29 188.79 -
System Red Green Blue C M Y K H S L
Decimal 235 130 28 0 0.45 0.88 0.08 29.57 0.84 0.52
Hex EB 82 1C 0 2D 58 8 1E 54 34
Octal 353 202 34 0 55 130 10 36 124 64
Binary 11101011 10000010 11100 0 101101 1011000 1000 11110 1010100 110100

Color Harmonies of #EB821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB821C

Black with #EB821C

Text Example


Text Example

White with #EB821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB821C; }

 p { color: rgb(235,130,28); }

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

background-color css

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

 a { background-color: rgb(235,130,28); }

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

border-color css

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

 span { border-color: rgb(235,130,28); }

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