Html Css Color HEX #E7B14A Ronchi

📋 copy color: '#E7B14A'

red 231 ◦ green 177 ◦ blue 74

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

Shades of Ronchi #E7B14A

Tints of Ronchi #E7B14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 47.93%
G = 36.72%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7B14A (or 0xE7B14A) is known color: Ronchi. HEX triplet: E7, B1 and 4A. RGB value is (231,177,74). Sum of RGB (Red+Green+Blue) = 231+177+74=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B14A is #184EB5. Grayscale: #B5B5B5. Windows color (decimal): -1593014 or 4895207. OLE color: 4895207.

HSL color Cylindrical-coordinate representation of color #E7B14A: hue angle of 39.36º degrees, saturation: 0.77, 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 #E7B14A is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 177 74 -
CMYK 0 0.23 0.68 0.09
HSL 39.36º 0.77% 0.6% -
HSV(B) 39.36º 0.68% 0.91% -
XYZ 49.91 48.93 13.29 -
YUV 181.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 231 177 74 0 0.23 0.68 0.09 39.36 0.77 0.6
Hex E7 B1 4A 0 17 44 9 27 4D 3C
Octal 347 261 112 0 27 104 11 47 115 74
Binary 11100111 10110001 1001010 0 10111 1000100 1001 100111 1001101 111100

Color Harmonies of #E7B14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B14A

Black with #E7B14A

Text Example


Text Example

White with #E7B14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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