Html Css Color HEX #EBA11F Carrot Orange

📋 copy color: '#EBA11F'

red 235 ◦ green 161 ◦ blue 31

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

Shades of Carrot Orange #EBA11F

Tints of Carrot Orange #EBA11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

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

R = 55.04%
G = 37.7%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBA11F (or 0xEBA11F) is known color: Carrot Orange. HEX triplet: EB, A1 and 1F. RGB value is (235,161,31). Sum of RGB (Red+Green+Blue) = 235+161+31=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA11F is #145EE0. Grayscale: #A8A8A8. Windows color (decimal): -1335009 or 2073067. OLE color: 2073067.

HSL color Cylindrical-coordinate representation of color #EBA11F: hue angle of 38.24º degrees, saturation: 0.84, 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 #EBA11F is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 31 -
CMYK 0 0.31 0.87 0.08
HSL 38.24º 0.84% 0.52% -
HSV(B) 38.24º 0.87% 0.92% -
XYZ 47.25 43.25 7.15 -
YUV 168.31 50.52 175.57 -
System Red Green Blue C M Y K H S L
Decimal 235 161 31 0 0.31 0.87 0.08 38.24 0.84 0.52
Hex EB A1 1F 0 1F 57 8 26 54 34
Octal 353 241 37 0 37 127 10 46 124 64
Binary 11101011 10100001 11111 0 11111 1010111 1000 100110 1010100 110100

Color Harmonies of #EBA11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA11F

Black with #EBA11F

Text Example


Text Example

White with #EBA11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA11F; }

 p { color: rgb(235,161,31); }

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

background-color css

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

 a { background-color: rgb(235,161,31); }

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

border-color css

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

 span { border-color: rgb(235,161,31); }

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