Html Css Color HEX #E0BC4D Ronchi

📋 copy color: '#E0BC4D'

red 224 ◦ green 188 ◦ blue 77

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

Shades of Ronchi #E0BC4D

Tints of Ronchi #E0BC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.45%

 BLUE value IS 77 (30.47% from 255) = 15.75%

R = 45.81%
G = 38.45%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0BC4D (or 0xE0BC4D) is known color: Ronchi. HEX triplet: E0, BC and 4D. RGB value is (224,188,77). Sum of RGB (Red+Green+Blue) = 224+188+77=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC4D is #1F43B2. Grayscale: #BABABA. Windows color (decimal): -2048947 or 5094624. OLE color: 5094624.

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

Color convert

RGB 224 188 77 -
CMYK 0 0.16 0.66 0.12
HSL 45.31º 0.7% 0.59% -
HSV(B) 45.31º 0.66% 0.88% -
XYZ 50.06 52.35 14.49 -
YUV 186.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 224 188 77 0 0.16 0.66 0.12 45.31 0.7 0.59
Hex E0 BC 4D 0 10 42 C 2D 46 3B
Octal 340 274 115 0 20 102 14 55 106 73
Binary 11100000 10111100 1001101 0 10000 1000010 1100 101101 1000110 111011

Color Harmonies of #E0BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BC4D

Black with #E0BC4D

Text Example


Text Example

White with #E0BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BC4D; }

 p { color: rgb(224,188,77); }

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

background-color css

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

 a { background-color: rgb(224,188,77); }

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

border-color css

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

 span { border-color: rgb(224,188,77); }

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