Html Css Color HEX #E9B950 Ronchi

📋 copy color: '#E9B950'

red 233 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #E9B950

Tints of Ronchi #E9B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.15%

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

R = 46.79%
G = 37.15%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9B950 (or 0xE9B950) is known color: Ronchi. HEX triplet: E9, B9 and 50. RGB value is (233,185,80). Sum of RGB (Red+Green+Blue) = 233+185+80=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B950 is #1646AF. Grayscale: #BBBBBB. Windows color (decimal): -1459888 or 5290473. OLE color: 5290473.

HSL color Cylindrical-coordinate representation of color #E9B950: hue angle of 41.18º 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 #E9B950 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 185 80 -
CMYK 0 0.21 0.66 0.09
HSL 41.18º 0.78% 0.61% -
HSV(B) 41.18º 0.66% 0.91% -
XYZ 52.4 52.6 14.98 -
YUV 187.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 233 185 80 0 0.21 0.66 0.09 41.18 0.78 0.61
Hex E9 B9 50 0 15 42 9 29 4E 3D
Octal 351 271 120 0 25 102 11 51 116 75
Binary 11101001 10111001 1010000 0 10101 1000010 1001 101001 1001110 111101

Color Harmonies of #E9B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B950

Black with #E9B950

Text Example


Text Example

White with #E9B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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