Html Css Color HEX #EA961B Carrot Orange

📋 copy color: '#EA961B'

red 234 ◦ green 150 ◦ blue 27

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

Shades of Carrot Orange #EA961B

Tints of Carrot Orange #EA961B

RGB

 RED value IS 234 (91.8% from 255) = 56.93%

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 27 (10.94% from 255) = 6.57%

R = 56.93%
G = 36.5%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA961B (or 0xEA961B) is known color: Carrot Orange. HEX triplet: EA, 96 and 1B. RGB value is (234,150,27). Sum of RGB (Red+Green+Blue) = 234+150+27=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA961B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA961B is #1569E4. Grayscale: #A1A1A1. Windows color (decimal): -1403365 or 1808106. OLE color: 1808106.

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

Color convert

RGB 234 150 27 -
CMYK 0 0.36 0.88 0.08
HSL 35.65º 0.83% 0.51% -
HSV(B) 35.65º 0.88% 0.92% -
XYZ 45.04 39.38 6.27 -
YUV 161.09 52.33 180 -
System Red Green Blue C M Y K H S L
Decimal 234 150 27 0 0.36 0.88 0.08 35.65 0.83 0.51
Hex EA 96 1B 0 24 58 8 24 53 33
Octal 352 226 33 0 44 130 10 44 123 63
Binary 11101010 10010110 11011 0 100100 1011000 1000 100100 1010011 110011

Color Harmonies of #EA961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA961B

Black with #EA961B

Text Example


Text Example

White with #EA961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA961B; }

 p { color: rgb(234,150,27); }

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

background-color css

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

 a { background-color: rgb(234,150,27); }

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

border-color css

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

 span { border-color: rgb(234,150,27); }

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