Html Css Color HEX #EBBD5E Ronchi

📋 copy color: '#EBBD5E'

red 235 ◦ green 189 ◦ blue 94

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

Shades of Ronchi #EBBD5E

Tints of Ronchi #EBBD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.49%

 BLUE value IS 94 (37.11% from 255) = 18.15%

R = 45.37%
G = 36.49%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBBD5E (or 0xEBBD5E) is known color: Ronchi. HEX triplet: EB, BD and 5E. RGB value is (235,189,94). Sum of RGB (Red+Green+Blue) = 235+189+94=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBD5E is #1442A1. Grayscale: #C0C0C0. Windows color (decimal): -1327778 or 6209003. OLE color: 6209003.

HSL color Cylindrical-coordinate representation of color #EBBD5E: hue angle of 40.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBBD5E is Cyan = 0, Magento = 0.20, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 94 -
CMYK 0 0.20 0.6 0.08
HSL 40.43º 0.78% 0.65% -
HSV(B) 40.43º 0.6% 0.92% -
XYZ 54.48 54.87 18.31 -
YUV 191.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 235 189 94 0 0.20 0.6 0.08 40.43 0.78 0.65
Hex EB BD 5E 0 14 3C 8 28 4E 41
Octal 353 275 136 0 24 74 10 50 116 101
Binary 11101011 10111101 1011110 0 10100 111100 1000 101000 1001110 1000001

Color Harmonies of #EBBD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD5E

Black with #EBBD5E

Text Example


Text Example

White with #EBBD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD5E; }

 p { color: rgb(235,189,94); }

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

background-color css

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

 a { background-color: rgb(235,189,94); }

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

border-color css

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

 span { border-color: rgb(235,189,94); }

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