Html Css Color HEX #E8BA4D Ronchi

📋 copy color: '#E8BA4D'

red 232 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #E8BA4D

Tints of Ronchi #E8BA4D

RGB

 RED value IS 232 (91.02% from 255) = 46.87%

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

 BLUE value IS 77 (30.47% from 255) = 15.56%

R = 46.87%
G = 37.58%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8BA4D (or 0xE8BA4D) is known color: Ronchi. HEX triplet: E8, BA and 4D. RGB value is (232,186,77). Sum of RGB (Red+Green+Blue) = 232+186+77=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA4D is #1745B2. Grayscale: #BBBBBB. Windows color (decimal): -1525171 or 5094120. OLE color: 5094120.

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

Color convert

RGB 232 186 77 -
CMYK 0 0.20 0.67 0.09
HSL 42.19º 0.77% 0.61% -
HSV(B) 42.19º 0.67% 0.91% -
XYZ 52.18 52.81 14.46 -
YUV 187.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 232 186 77 0 0.20 0.67 0.09 42.19 0.77 0.61
Hex E8 BA 4D 0 14 43 9 2A 4D 3D
Octal 350 272 115 0 24 103 11 52 115 75
Binary 11101000 10111010 1001101 0 10100 1000011 1001 101010 1001101 111101

Color Harmonies of #E8BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BA4D

Black with #E8BA4D

Text Example


Text Example

White with #E8BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BA4D; }

 p { color: rgb(232,186,77); }

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

background-color css

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

 a { background-color: rgb(232,186,77); }

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

border-color css

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

 span { border-color: rgb(232,186,77); }

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