Html Css Color HEX #E5B250 Ronchi

📋 copy color: '#E5B250'

red 229 ◦ green 178 ◦ blue 80

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

Shades of Ronchi #E5B250

Tints of Ronchi #E5B250

RGB

 RED value IS 229 (89.84% from 255) = 47.02%

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 47.02%
G = 36.55%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E5B250 (or 0xE5B250) is known color: Ronchi. HEX triplet: E5, B2 and 50. RGB value is (229,178,80). Sum of RGB (Red+Green+Blue) = 229+178+80=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B250 is #1A4DAF. Grayscale: #B6B6B6. Windows color (decimal): -1723824 or 5288677. OLE color: 5288677.

HSL color Cylindrical-coordinate representation of color #E5B250: hue angle of 39.46º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5B250 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 178 80 -
CMYK 0 0.22 0.65 0.10
HSL 39.46º 0.74% 0.61% -
HSV(B) 39.46º 0.65% 0.9% -
XYZ 49.68 49.08 14.44 -
YUV 182.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 229 178 80 0 0.22 0.65 0.10 39.46 0.74 0.61
Hex E5 B2 50 0 16 41 A 27 4A 3D
Octal 345 262 120 0 26 101 12 47 112 75
Binary 11100101 10110010 1010000 0 10110 1000001 1010 100111 1001010 111101

Color Harmonies of #E5B250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B250

Black with #E5B250

Text Example


Text Example

White with #E5B250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B250; }

 p { color: rgb(229,178,80); }

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

background-color css

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

 a { background-color: rgb(229,178,80); }

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

border-color css

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

 span { border-color: rgb(229,178,80); }

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