#EFB644

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

Shades of Ronchi #EFB644

Tints of Ronchi #EFB644

Color information

#EFB644 (or 0xEFB644) is unknown color: approx Ronchi. HEX triplet: EF, B6 and 44. RGB value is (239,182,68). Sum of RGB (Red+Green+Blue) = 239+182+68=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB644 is #1049BB. Grayscale: #BABABA. Windows color (decimal): -1067452 or 4503279. OLE color: 4503279.

HSL color Cylindrical-coordinate representation of color #EFB644: hue angle of 40º 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 #EFB644 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB23918268-
CMYK00.240.720.06
HSL40º84.24%60.2%-
HSV(B)40º71.55%93.73%-
XYZ53.3752.2212.74-
YUV186.0561.38165.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 68 (26.95% from 255) = 13.91%
R=48.88%
G=37.22%
B=13.91%

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
Decimal2391826800.240.720.064084.2460.2
HexEFB64401848628543c
Octal35726610403011065012474
Binary1110111110110110100010001100010010001101010001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB644; }

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

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

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

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

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

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

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

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