Html Css Color HEX #E0B94B Ronchi

📋 copy color: '#E0B94B'

red 224 ◦ green 185 ◦ blue 75

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

Shades of Ronchi #E0B94B

Tints of Ronchi #E0B94B

RGB

 RED value IS 224 (87.89% from 255) = 46.28%

 GREEN value IS 185 (72.66% from 255) = 38.22%

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

R = 46.28%
G = 38.22%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0B94B (or 0xE0B94B) is known color: Ronchi. HEX triplet: E0, B9 and 4B. RGB value is (224,185,75). Sum of RGB (Red+Green+Blue) = 224+185+75=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B94B is #1F46B4. Grayscale: #B8B8B8. Windows color (decimal): -2049717 or 4962784. OLE color: 4962784.

HSL color Cylindrical-coordinate representation of color #E0B94B: hue angle of 44.3º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0B94B is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 185 75 -
CMYK 0 0.17 0.67 0.12
HSL 44.3º 0.71% 0.59% -
HSV(B) 44.3º 0.67% 0.88% -
XYZ 49.36 51.05 13.91 -
YUV 184.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 224 185 75 0 0.17 0.67 0.12 44.3 0.71 0.59
Hex E0 B9 4B 0 11 43 C 2C 47 3B
Octal 340 271 113 0 21 103 14 54 107 73
Binary 11100000 10111001 1001011 0 10001 1000011 1100 101100 1000111 111011

Color Harmonies of #E0B94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B94B

Black with #E0B94B

Text Example


Text Example

White with #E0B94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B94B; }

 p { color: rgb(224,185,75); }

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

background-color css

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

 a { background-color: rgb(224,185,75); }

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

border-color css

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

 span { border-color: rgb(224,185,75); }

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