Html Css Color HEX #E7B14B Ronchi

📋 copy color: '#E7B14B'

red 231 ◦ green 177 ◦ blue 75

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

Shades of Ronchi #E7B14B

Tints of Ronchi #E7B14B

RGB

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

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

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

R = 47.83%
G = 36.65%
B = 15.53%

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

#E7B14B (or 0xE7B14B) is known color: Ronchi. HEX triplet: E7, B1 and 4B. RGB value is (231,177,75). Sum of RGB (Red+Green+Blue) = 231+177+75=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B14B is #184EB4. Grayscale: #B5B5B5. Windows color (decimal): -1593013 or 4960743. OLE color: 4960743.

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

Color convert

RGB 231 177 75 -
CMYK 0 0.23 0.68 0.09
HSL 39.23º 0.76% 0.6% -
HSV(B) 39.23º 0.68% 0.91% -
XYZ 49.95 48.94 13.47 -
YUV 181.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 231 177 75 0 0.23 0.68 0.09 39.23 0.76 0.6
Hex E7 B1 4B 0 17 44 9 27 4C 3C
Octal 347 261 113 0 27 104 11 47 114 74
Binary 11100111 10110001 1001011 0 10111 1000100 1001 100111 1001100 111100

Color Harmonies of #E7B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B14B

Black with #E7B14B

Text Example


Text Example

White with #E7B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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