Html Css Color HEX #EBBA54 Ronchi

📋 copy color: '#EBBA54'

red 235 ◦ green 186 ◦ blue 84

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

Shades of Ronchi #EBBA54

Tints of Ronchi #EBBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.63%

R = 46.53%
G = 36.83%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBBA54 (or 0xEBBA54) is known color: Ronchi. HEX triplet: EB, BA and 54. RGB value is (235,186,84). Sum of RGB (Red+Green+Blue) = 235+186+84=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA54 is #1445AB. Grayscale: #BDBDBD. Windows color (decimal): -1328556 or 5552875. OLE color: 5552875.

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

Color convert

RGB 235 186 84 -
CMYK 0 0.21 0.64 0.08
HSL 40.53º 0.79% 0.63% -
HSV(B) 40.53º 0.64% 0.92% -
XYZ 53.42 53.42 15.88 -
YUV 189.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 235 186 84 0 0.21 0.64 0.08 40.53 0.79 0.63
Hex EB BA 54 0 15 40 8 29 4F 3F
Octal 353 272 124 0 25 100 10 51 117 77
Binary 11101011 10111010 1010100 0 10101 1000000 1000 101001 1001111 111111

Color Harmonies of #EBBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA54

Black with #EBBA54

Text Example


Text Example

White with #EBBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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