Html Css Color HEX #EA961F Carrot Orange

📋 copy color: '#EA961F'

red 234 ◦ green 150 ◦ blue 31

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

Shades of Carrot Orange #EA961F

Tints of Carrot Orange #EA961F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.47%

R = 56.39%
G = 36.14%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA961F (or 0xEA961F) is known color: Carrot Orange. HEX triplet: EA, 96 and 1F. RGB value is (234,150,31). Sum of RGB (Red+Green+Blue) = 234+150+31=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA961F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA961F is #1569E0. Grayscale: #A2A2A2. Windows color (decimal): -1403361 or 2070250. OLE color: 2070250.

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

Color convert

RGB 234 150 31 -
CMYK 0 0.36 0.87 0.08
HSL 35.17º 0.83% 0.52% -
HSV(B) 35.17º 0.87% 0.92% -
XYZ 45.09 39.4 6.53 -
YUV 161.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 234 150 31 0 0.36 0.87 0.08 35.17 0.83 0.52
Hex EA 96 1F 0 24 57 8 23 53 34
Octal 352 226 37 0 44 127 10 43 123 64
Binary 11101010 10010110 11111 0 100100 1010111 1000 100011 1010011 110100

Color Harmonies of #EA961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA961F

Black with #EA961F

Text Example


Text Example

White with #EA961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA961F; }

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

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

background-color css

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

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

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

border-color css

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

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

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