Html Css Color HEX #EBB94E Ronchi

📋 copy color: '#EBB94E'

red 235 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #EBB94E

Tints of Ronchi #EBB94E

RGB

 RED value IS 235 (92.19% from 255) = 47.19%

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

 BLUE value IS 78 (30.86% from 255) = 15.66%

R = 47.19%
G = 37.15%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBB94E (or 0xEBB94E) is known color: Ronchi. HEX triplet: EB, B9 and 4E. RGB value is (235,185,78). Sum of RGB (Red+Green+Blue) = 235+185+78=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB94E is #1446B1. Grayscale: #BCBCBC. Windows color (decimal): -1328818 or 5159403. OLE color: 5159403.

HSL color Cylindrical-coordinate representation of color #EBB94E: hue angle of 40.89º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBB94E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 78 -
CMYK 0 0.21 0.67 0.08
HSL 40.89º 0.8% 0.61% -
HSV(B) 40.89º 0.67% 0.92% -
XYZ 52.99 52.91 14.63 -
YUV 187.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 235 185 78 0 0.21 0.67 0.08 40.89 0.8 0.61
Hex EB B9 4E 0 15 43 8 29 50 3D
Octal 353 271 116 0 25 103 10 51 120 75
Binary 11101011 10111001 1001110 0 10101 1000011 1000 101001 1010000 111101

Color Harmonies of #EBB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB94E

Black with #EBB94E

Text Example


Text Example

White with #EBB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB94E; }

 p { color: rgb(235,185,78); }

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

background-color css

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

 a { background-color: rgb(235,185,78); }

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

border-color css

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

 span { border-color: rgb(235,185,78); }

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