Html Css Color HEX #EBBA4D Ronchi

📋 copy color: '#EBBA4D'

red 235 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #EBBA4D

Tints of Ronchi #EBBA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.35%

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

R = 47.19%
G = 37.35%
B = 15.46%

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

#EBBA4D (or 0xEBBA4D) is known color: Ronchi. HEX triplet: EB, BA and 4D. RGB value is (235,186,77). Sum of RGB (Red+Green+Blue) = 235+186+77=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA4D is #1445B2. Grayscale: #BCBCBC. Windows color (decimal): -1328563 or 5094123. OLE color: 5094123.

HSL color Cylindrical-coordinate representation of color #EBBA4D: hue angle of 41.39º 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 #EBBA4D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 77 -
CMYK 0 0.21 0.67 0.08
HSL 41.39º 0.8% 0.61% -
HSV(B) 41.39º 0.67% 0.92% -
XYZ 53.16 53.32 14.51 -
YUV 188.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 235 186 77 0 0.21 0.67 0.08 41.39 0.8 0.61
Hex EB BA 4D 0 15 43 8 29 50 3D
Octal 353 272 115 0 25 103 10 51 120 75
Binary 11101011 10111010 1001101 0 10101 1000011 1000 101001 1010000 111101

Color Harmonies of #EBBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA4D

Black with #EBBA4D

Text Example


Text Example

White with #EBBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA4D; }

 p { color: rgb(235,186,77); }

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

background-color css

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

 a { background-color: rgb(235,186,77); }

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

border-color css

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

 span { border-color: rgb(235,186,77); }

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