Html Css Color HEX #E7AF4A Ronchi

📋 copy color: '#E7AF4A'

red 231 ◦ green 175 ◦ blue 74

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

Shades of Ronchi #E7AF4A

Tints of Ronchi #E7AF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.46%

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

R = 48.13%
G = 36.46%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7AF4A (or 0xE7AF4A) is known color: Ronchi. HEX triplet: E7, AF and 4A. RGB value is (231,175,74). Sum of RGB (Red+Green+Blue) = 231+175+74=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF4A is #1850B5. Grayscale: #B4B4B4. Windows color (decimal): -1593526 or 4894695. OLE color: 4894695.

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

Color convert

RGB 231 175 74 -
CMYK 0 0.24 0.68 0.09
HSL 38.6º 0.77% 0.6% -
HSV(B) 38.6º 0.68% 0.91% -
XYZ 49.52 48.14 13.16 -
YUV 180.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 231 175 74 0 0.24 0.68 0.09 38.6 0.77 0.6
Hex E7 AF 4A 0 18 44 9 27 4D 3C
Octal 347 257 112 0 30 104 11 47 115 74
Binary 11100111 10101111 1001010 0 11000 1000100 1001 100111 1001101 111100

Color Harmonies of #E7AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF4A

Black with #E7AF4A

Text Example


Text Example

White with #E7AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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