Html Css Color HEX #E8AF4A Ronchi

📋 copy color: '#E8AF4A'

red 232 ◦ green 175 ◦ blue 74

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

Shades of Ronchi #E8AF4A

Tints of Ronchi #E8AF4A

RGB

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

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

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

R = 48.23%
G = 36.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8AF4A (or 0xE8AF4A) is known color: Ronchi. HEX triplet: E8, AF and 4A. RGB value is (232,175,74). Sum of RGB (Red+Green+Blue) = 232+175+74=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF4A is #1750B5. Grayscale: #B4B4B4. Windows color (decimal): -1527990 or 4894696. OLE color: 4894696.

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

Color convert

RGB 232 175 74 -
CMYK 0 0.25 0.68 0.09
HSL 38.35º 0.77% 0.6% -
HSV(B) 38.35º 0.68% 0.91% -
XYZ 49.84 48.31 13.18 -
YUV 180.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 232 175 74 0 0.25 0.68 0.09 38.35 0.77 0.6
Hex E8 AF 4A 0 19 44 9 26 4D 3C
Octal 350 257 112 0 31 104 11 46 115 74
Binary 11101000 10101111 1001010 0 11001 1000100 1001 100110 1001101 111100

Color Harmonies of #E8AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF4A

Black with #E8AF4A

Text Example


Text Example

White with #E8AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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