#EFB544

Color #EFB544 Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #EFB544

Tints of Ronchi #EFB544

Color information

#EFB544 (or 0xEFB544) is unknown color: approx Ronchi. HEX triplet: EF, B5 and 44. RGB value is (239,181,68). Sum of RGB (Red+Green+Blue) = 239+181+68=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB544 is #104ABB. Grayscale: #B9B9B9. Windows color (decimal): -1067708 or 4503023. OLE color: 4503023.

HSL color Cylindrical-coordinate representation of color #EFB544: hue angle of 39.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFB544 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB23918168-
CMYK00.240.720.06
HSL39.65º84.24%60.2%-
HSV(B)39.65º71.55%93.73%-
XYZ53.1651.8212.67-
YUV185.4661.72166.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.98%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 68 (26.95% from 255) = 13.93%
R=48.98%
G=37.09%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391816800.240.720.0639.6584.2460.2
HexEFB54401848628543c
Octal35726510403011065012474
Binary1110111110110101100010001100010010001101010001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB544; }

 p { color: rgb(239,181,68); }

 H1.HeaderClassName
 {
   color: #EFB544;
 }
 .AnyTagClassName
 {
   color: #EFB544;
 }
</style>
background-color css

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

 a { background-color: rgb(239,181,68); }

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

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

 span { border-color: rgb(239,181,68); }

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