Html Css Color HEX #EBBD5D Ronchi

📋 copy color: '#EBBD5D'

red 235 ◦ green 189 ◦ blue 93

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

Shades of Ronchi #EBBD5D

Tints of Ronchi #EBBD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.99%

R = 45.45%
G = 36.56%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBBD5D (or 0xEBBD5D) is known color: Ronchi. HEX triplet: EB, BD and 5D. RGB value is (235,189,93). Sum of RGB (Red+Green+Blue) = 235+189+93=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBD5D is #1442A2. Grayscale: #C0C0C0. Windows color (decimal): -1327779 or 6143467. OLE color: 6143467.

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

Color convert

RGB 235 189 93 -
CMYK 0 0.20 0.60 0.08
HSL 40.56º 0.78% 0.64% -
HSV(B) 40.56º 0.6% 0.92% -
XYZ 54.43 54.85 18.07 -
YUV 191.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 235 189 93 0 0.20 0.60 0.08 40.56 0.78 0.64
Hex EB BD 5D 0 14 3C 8 29 4E 40
Octal 353 275 135 0 24 74 10 51 116 100
Binary 11101011 10111101 1011101 0 10100 111100 1000 101001 1001110 1000000

Color Harmonies of #EBBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD5D

Black with #EBBD5D

Text Example


Text Example

White with #EBBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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