Html Css Color HEX #E7B14D Ronchi

📋 copy color: '#E7B14D'

red 231 ◦ green 177 ◦ blue 77

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

Shades of Ronchi #E7B14D

Tints of Ronchi #E7B14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 47.63%
G = 36.49%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7B14D (or 0xE7B14D) is known color: Ronchi. HEX triplet: E7, B1 and 4D. RGB value is (231,177,77). Sum of RGB (Red+Green+Blue) = 231+177+77=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B14D is #184EB2. Grayscale: #B6B6B6. Windows color (decimal): -1593011 or 5091815. OLE color: 5091815.

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

Color convert

RGB 231 177 77 -
CMYK 0 0.23 0.67 0.09
HSL 38.96º 0.76% 0.6% -
HSV(B) 38.96º 0.67% 0.91% -
XYZ 50.02 48.97 13.84 -
YUV 181.75 68.89 163.13 -
System Red Green Blue C M Y K H S L
Decimal 231 177 77 0 0.23 0.67 0.09 38.96 0.76 0.6
Hex E7 B1 4D 0 17 43 9 27 4C 3C
Octal 347 261 115 0 27 103 11 47 114 74
Binary 11100111 10110001 1001101 0 10111 1000011 1001 100111 1001100 111100

Color Harmonies of #E7B14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B14D

Black with #E7B14D

Text Example


Text Example

White with #E7B14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B14D; }

 p { color: rgb(231,177,77); }

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

background-color css

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

 a { background-color: rgb(231,177,77); }

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

border-color css

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

 span { border-color: rgb(231,177,77); }

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