Html Css Color HEX #E7BC4B Ronchi

📋 copy color: '#E7BC4B'

red 231 ◦ green 188 ◦ blue 75

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

Shades of Ronchi #E7BC4B

Tints of Ronchi #E7BC4B

RGB

 RED value IS 231 (90.63% from 255) = 46.76%

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 75 (29.69% from 255) = 15.18%

R = 46.76%
G = 38.06%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7BC4B (or 0xE7BC4B) is known color: Ronchi. HEX triplet: E7, BC and 4B. RGB value is (231,188,75). Sum of RGB (Red+Green+Blue) = 231+188+75=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BC4B is #1843B4. Grayscale: #BCBCBC. Windows color (decimal): -1590197 or 4963559. OLE color: 4963559.

HSL color Cylindrical-coordinate representation of color #E7BC4B: hue angle of 43.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7BC4B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 188 75 -
CMYK 0 0.19 0.68 0.09
HSL 43.46º 0.76% 0.6% -
HSV(B) 43.46º 0.68% 0.91% -
XYZ 52.21 53.46 14.22 -
YUV 187.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 231 188 75 0 0.19 0.68 0.09 43.46 0.76 0.6
Hex E7 BC 4B 0 13 44 9 2B 4C 3C
Octal 347 274 113 0 23 104 11 53 114 74
Binary 11100111 10111100 1001011 0 10011 1000100 1001 101011 1001100 111100

Color Harmonies of #E7BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BC4B

Black with #E7BC4B

Text Example


Text Example

White with #E7BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BC4B; }

 p { color: rgb(231,188,75); }

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

background-color css

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

 a { background-color: rgb(231,188,75); }

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

border-color css

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

 span { border-color: rgb(231,188,75); }

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