Html Css Color HEX #E9BA50 Ronchi

📋 copy color: '#E9BA50'

red 233 ◦ green 186 ◦ blue 80

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

Shades of Ronchi #E9BA50

Tints of Ronchi #E9BA50

RGB

 RED value IS 233 (91.41% from 255) = 46.69%

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 46.69%
G = 37.27%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9BA50 (or 0xE9BA50) is known color: Ronchi. HEX triplet: E9, BA and 50. RGB value is (233,186,80). Sum of RGB (Red+Green+Blue) = 233+186+80=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA50 is #1645AF. Grayscale: #BCBCBC. Windows color (decimal): -1459632 or 5290729. OLE color: 5290729.

HSL color Cylindrical-coordinate representation of color #E9BA50: hue angle of 41.57º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9BA50 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 186 80 -
CMYK 0 0.20 0.66 0.09
HSL 41.57º 0.78% 0.61% -
HSV(B) 41.57º 0.66% 0.91% -
XYZ 52.61 53.02 15.05 -
YUV 187.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 233 186 80 0 0.20 0.66 0.09 41.57 0.78 0.61
Hex E9 BA 50 0 14 42 9 2A 4E 3D
Octal 351 272 120 0 24 102 11 52 116 75
Binary 11101001 10111010 1010000 0 10100 1000010 1001 101010 1001110 111101

Color Harmonies of #E9BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BA50

Black with #E9BA50

Text Example


Text Example

White with #E9BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BA50; }

 p { color: rgb(233,186,80); }

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

background-color css

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

 a { background-color: rgb(233,186,80); }

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

border-color css

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

 span { border-color: rgb(233,186,80); }

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