Html Css Color HEX #EBBA44 Ronchi

📋 copy color: '#EBBA44'

red 235 ◦ green 186 ◦ blue 68

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

Shades of Ronchi #EBBA44

Tints of Ronchi #EBBA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.91%

R = 48.06%
G = 38.04%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBBA44 (or 0xEBBA44) is known color: Ronchi. HEX triplet: EB, BA and 44. RGB value is (235,186,68). Sum of RGB (Red+Green+Blue) = 235+186+68=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA44 is #1445BB. Grayscale: #BBBBBB. Windows color (decimal): -1328572 or 4504299. OLE color: 4504299.

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

Color convert

RGB 235 186 68 -
CMYK 0 0.21 0.71 0.08
HSL 42.4º 0.81% 0.59% -
HSV(B) 42.4º 0.71% 0.92% -
XYZ 52.86 53.2 12.95 -
YUV 187.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 235 186 68 0 0.21 0.71 0.08 42.4 0.81 0.59
Hex EB BA 44 0 15 47 8 2A 51 3B
Octal 353 272 104 0 25 107 10 52 121 73
Binary 11101011 10111010 1000100 0 10101 1000111 1000 101010 1010001 111011

Color Harmonies of #EBBA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA44

Black with #EBBA44

Text Example


Text Example

White with #EBBA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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